Re: Cleaning up after a script
Re: Cleaning up after a script
- Subject: Re: Cleaning up after a script
- From: KOENIG Yvan <email@hidden>
- Date: Tue, 17 Feb 2009 18:20:24 +0100
Le 17 févr. 2009 à 16:58:23, Jay Louvion a écrit :
Hi all,
Do any of you experienced scripters have any advice regarding some
kind of cleanup routine after scripts that might involve heavy
amounts of data ?
I am indeed receiving an error –2707 from the rear–end of a
script saved as an application and launched from the script menu in
Leopard 10.5.6. I know it means “Internal table overflow” but
have no idea how to deal with that and precisely what it means.
Is there a way of “flushing applescript memory” maybe on running
the script and on completing it ?
Thanks in advance !
Isn't it simply that you have some properties whose contents is huge
when the task is done.
Remember, these properties are saved in the script.
In my scripts, I often uses properties to fasten the treatment of
lists but I take care to empty them before exiting.
Yvan KOENIG (from FRANCE mardi 17 février 2009 18:19:54) _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden