Re: AppleScript error, overflow.
Re: AppleScript error, overflow.
- Subject: Re: AppleScript error, overflow.
- From: Mark Butcher <email@hidden>
- Date: Fri, 8 Jul 2005 08:50:14 -0700
On 2005, Jul 08, , at 08:34, Hanaan Rosenthal wrote:
2. Change library structure:
Right now, a main script is running. It loads sub scripts, each
1000-3000 lines long. Each of these runs and then being destroyed.
Each of these scripts, however, loads its own set of 15 libraries,
some are quite large.
How can I change the loading/unloading structure to avoid the Internal
Table Overflow issue?
Right now the structure is:
1. Main script loads set of libraries
2. Main script loads single large script to run
3. This single large script loads same set of libraries
4. Single script destroyed and replaced by another.
My first thought was whether you have scripts caught up in a 'circular
load script'. Something I did a short while ago: script 1 loads script
2 which loads script 1.
MarkB
_______________________________________________
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