defining and using globals in an application

J. Landman Gay jacque at hyperactivesw.com
Thu Jul 7 01:24:06 EDT 2011


On 7/6/11 11:22 PM, Slava Paperno wrote:
>>> 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.

Right. Basically I meant that names can be duplicated anywhere provided 
they are outside of each other's scope. I didn't say it that way very well.

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




More information about the use-livecode mailing list