Re: Saving lists of records to a text file
Re: Saving lists of records to a text file
- Subject: Re: Saving lists of records to a text file
- From: JollyRoger <email@hidden>
- Date: Mon, 27 May 2002 11:56:57 -0500
On 5/27/2002 6:36 AM, "has" <email@hidden> wrote:
>
> I use the following method to store data between loads of various plugins.
>
> My main script saves the data (a global property) as a resource into a prefs
>
> file before unloading the plugin.
>
>
If prefs files aren't desirable, or Akua Sweets isn't an option for
>
portability/OS X reasons, you can do the same sort of thing using script
>
objects and 'store script' and 'load script' from Standard Additions:
Yes, that's an option. But using script objects to store properties between
loads is *extremely* slow in my experience - way too slow in an environment
where you are loading multiple plugins.
_______________________________________________
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.