Re: Initializing variables
Re: Initializing variables
- Subject: Re: Initializing variables
- From: Helmut Fuchs <email@hidden>
- Date: Fri, 19 Mar 2004 16:21:19 +0100
None that I know of.
But if you don't need true globals, just declare those variables "local".
Local variable's content is not stored on exit, whereas global
variables and properties are saved to the script file when the script
quits.
HTH,
Helmut
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.