On Jun 9, 2012, at 7:32 PM, Peter Haworth wrote: > It seems that globals are global to any main stack currently in memory. If > I have global gXYZ defined in stack file A, then open stack file B which > also has a global defined for gXYZ, whatever is done to gXYZ within stack > file A will affect its contents in Stack file B and vice versa. Do I have > that right?
Yes. They are ... global. Kee _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
