Fastest way to read and set variables from a prefs file?
Fastest way to read and set variables from a prefs file?
- Subject: Fastest way to read and set variables from a prefs file?
- From: Jason Bourque <email@hidden>
- Date: Tue, 28 May 2002 08:18:12 -0400
Hello,
Anyone have a fast way of reading and setting variables from a text prefs
file?
Things to consider.
TIDS - Might be the fastest if file is deliminated with a unique string.
Could multiple projects be in the same preference file?
I currently read the text file and repeat thru each line matching it up to a
variable string and then setting the related variable. Each one uses an
offset command taking even more time.
A line in the text file might look like this.
Move with replacing ~ Yes
I would appreciate any input on this.
Thanks,
Jason Bourque
Co-Director Boston AppleScript Users Group
_______________________________________________
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.