Properties and Globals in AppleScript Studio
Properties and Globals in AppleScript Studio
- Subject: Properties and Globals in AppleScript Studio
- From: Aha-pupok <email@hidden>
- Date: Thu, 9 May 2002 05:56:21 +0400
Why the properties and globals in AppleScript Studio applications does
not save values for every next run of application?
Example, this script saved as compiled, classic or OS X applet on every
new run increment by one TestVar property:
property TestVar : 0
set TestVar to TestVar + 1
display dialog TestVar
but in AppleScript Studio it does not work
What's wrong?
Exists other solutions for saving values except read-write file
operations?
Aha-pupok
email@hidden
_______________________________________________
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.