Global Names sans Rev Globals?

Shao Sean shaosean at unitz.ca
Tue Jan 22 12:46:01 EST 2002


> >    if ((char 1 of vGlobalItem = "$") or (char 1 to 3 of vGlobalItem =
> >"rev")) then
one small correction on this line:
(char 1 to 4 of vGlobalItem = "gREV")


> If I am interpreting the script correctly, it will identify & remove any
RR
> & MC engine globals; but it will NOT identify globals declared by any
other
> handler that has run since the main application opened.  In addition, it
> will not list stack globals unique to any stack handler(s) that has not
run.
this works fine for me except for one thing.. if the global has no data in
it, it will not be returned in the list of globalNames




More information about the use-livecode mailing list