The scope of a global variable

Doug Lerner doug at webcrossing.com
Sun Jan 18 21:46:05 EST 2004


The docs say "The scope of a global variable is every handler in the
application."

I am not finding that to be true. If a global is declared in the main stack
hierarchy it may not be accessible in a cloned stack with the same
declaration unless you make the cloned stack into a substack of the main
stack.

doug
 



More information about the use-livecode mailing list