Re: How to save some settings
Re: How to save some settings
- Subject: Re: How to save some settings
- From: Michelle Steiner <email@hidden>
- Date: Wed, 5 May 2004 13:52:44 -0700
On May 5, 2004, at 1:30 PM, Andre Vink wrote:
How can I save some content of a variables AND use this when I start
the script later.
I've set a variable to 1, the user change the variable to 2.
The next time the script is started the variable is set by default to
1.
This is not what I want! I would use the content of the variable that
was set by the user?
Is this posible?
Yes. Define it as a property.
property variable: 1
when the user sets it to 2, it will remain 2 until either the user
changes it again or the script is recompiled.
-- Michelle
--
A great Idea! That's what we need--a great idea.
--Pesudolous, (A Funny Thing Happened on the way to the forum)
_______________________________________________
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.