Forum Moderators: coopster
I really thought it shouldn't have been an issue, but I'm using functions much more lately than I have in the past and I had never tried to call a user-defined function from within another user-defined.
Thanks Jatar_k
I've read threads on this, but they leave me a little confused. If I want to use a variable that has been defined within a function outside of it, what is the best method?
Declairing it a global is what I had intended to do, but reading through a few threads led me to believe that that was not such a good idea and it should be avoided. Am i mis-understanding that?
Is there any other way to do that?