defining and using globals in an application

Slava Paperno slava at lexiconbridge.com
Thu Jul 7 00:22:46 EDT 2011


> > It is okay (technically, anyway) to have identically-named global,
script local, and handler local variables.

You can't have identically named local variable within the scope of the
variable, but you can have identically named script variables in different
scripts and identically named local variables in different handlers within
the same script.

Slava







More information about the use-livecode mailing list