Re: Persistant Properties??
Re: Persistant Properties??
- Subject: Re: Persistant Properties??
- From: Martin Crisp <email@hidden>
- Date: Fri, 7 Mar 2003 9:03:32 +1100
- Organization: Tesseract Computing
On Thu, 6 Mar 2003 15:19:11 +1100, Mario Kolaszewski wrote
(in message <BA8D176F.1928%email@hidden>):
>
Is there a way to have a property keep its value between quits??
What you want is standard behaviour, unless the script crashes. You
might find it depends on the editor you're using... [do you mean
when it is run in the editor, or when run as an application?]
property x: 0
on run
set x to x+1
display dialog {"Runs since compilation: ", x} as string
end run
Have Fun
Marti
--
I have absolutely no reason to complain about "success" with my
work; [...] And yet, from time to time a boundless sense of
inferiority plagues me, a desperate feeling of general failure; how
does a person acquire such bits of lunacy?
- MC Escher
Almost always SMASHed
_______________________________________________
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.