quote:
Originally posted by markee
quote:
Originally posted by davidt
Yes, functions are global and so can be called from anywhere. It's only the variables withinn functions that stay within the function.
Though you can carry it over to another function when you call upon that second function, you just have to put it between the brackets.
When you're not talking about classes.