Re: Persistance of Propertie
Re: Persistance of Propertie
- Subject: Re: Persistance of Propertie
- From: "Jason W. Bruce" <email@hidden>
- Date: Mon, 15 Oct 2001 17:09:04 +0000
Irwin,
Load script and store script are tailor made for maintaining properties
through recompiles.
set myproperties to load script alias "Hard drive:foo"
your script here
store script myproperties in alias "Hard drive:foo" with replacing
Jason Bruce
>
Message: 8
>
Date: Mon, 15 Oct 2001 11:36:30 -0500
>
Subject: Persistance of Properties
>
From: Irwin Poche <email@hidden>
>
To: <email@hidden>
>
>
One of the obstacles I've encountered developing scripts is that all data
>
stored in properties is lost as changes are made to the script.
>
>
Is there a relatively easy way to specify that the properties are to be
>
saved in a file other than the script itself ? One way would be to loop
>
through the properties themselves, but I'm hoping for something simpler.
>
>
-Irwin