Re: OSA script error
Re: OSA script error
- Subject: Re: OSA script error
- From: jj <email@hidden>
- Date: Mon, 11 Sep 2006 08:18:32 +0200
- Thread-topic: OSA script error
> I am now trying to empty lists once they are no longer required and will post
> back to say if that helped. Any additionnal ideas or funny experiences with
> strange messages greatly appreciated ;).
You can also declare "local" variables. Ie:
-----
local x, y
set x to 5
set y to {}
set end of y to x
-----
This way, you will "instruct" the script to "not save changes after run to
these local vars".
jj
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden