defining and using globals in an application

J. Landman Gay jacque at hyperactivesw.com
Wed Jul 6 23:50:09 EDT 2011


On 7/6/11 10:29 PM, Mark Stuart wrote:

> I think it is unnatural to call it a "global" and the value of that global
> not be available anywhere else (in other stacks), unless you define that
> global again.

The engine is very forgiving about variable names. It is okay 
(technically, anyway) to have identically-named global, script local, 
and handler local variables. All it asks is that you specify which you 
mean. If you don't, it assumes you mean a handler local variable.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list