Hi from Beautiful Brittany,

I think Scott has the right attitude. Use globals
if you need them, Use custom properties if you don't
like the power/scope/limitations of globals.

In addition, I use Do "global xyz" and delete "global xyz"
to have rigorous dynamic control over global variables.

During stack development, I often use :

put the globalNames into LVGlobals
do "global " & LVGlobals

to get the values of all current globals (including
system globals)

Very useful !

-Francis

"Nothing should ever be done for the first time !"

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to