Re: Script Editor 1.8.3 ?
Re: Script Editor 1.8.3 ?
- Subject: Re: Script Editor 1.8.3 ?
- From: Andrew Oliver <email@hidden>
- Date: Tue, 04 Feb 2003 12:12:44 -0800
Not using Apple's Script Editor. It has a fixed limit of some 30,000
characters in a script.
Your options are to:
1) break your script into separate 'modules', and load them at runtime using
'load script'
2) Use another Script Editor that can handle >32K scripts such as Script
Debugger (or smile? - can someone verify? I've never used it)
3) Trim your code - NOT the preferred option since this usually means
removing comments and using less-than-useful variable names (such as 'i'
instead of 'myReallyUsefulVariable' :)
On 2/3/03 11:12 AM, "Syllas R." <email@hidden>
wrote:
>
Hi All,
>
>
I got the following message from my Script Editor 1.8.3 as I was typing some
>
text :
>
Could not insert text because the text would be longer than its maximum
>
possible length
>
My question is the following:
>
Is-it possible to change the text length ?
>
I am running MAC OS 9.2.2
>
>
Thanks in advance
>
>
Syllas
>
_______________________________________________
>
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.
_______________________________________________
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.