On 7/10/11 3:34 PM, Pete wrote:

If you want a variable that is truly global without having to declare it
everywhere, this seems to offer that option.  You'd have to find a way to
create such variables by script rather than through the message box though -
maybe they are created as OS environment variables with a shell command,
like the other $ variables?

You only have to use it, and it becomes an environment variable.

on mouseUp
  put "testing" into $TESTVAR
end mouseUp

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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