Handling more than 4050 text items (was Re: How best to extract digits from a string?
Handling more than 4050 text items (was Re: How best to extract digits from a string?
- Subject: Handling more than 4050 text items (was Re: How best to extract digits from a string?
- From: Timothy Bates <email@hidden>
- Date: Sun, 29 Apr 2001 13:51:07 +1000
Hopefully this is already submitted to the active bug list?
If not can we add it to the priority list, Chris?
On 29/04/2001 3:01 AM, "Arthur J Knapp" <email@hidden> wrote:
>
There is a hard-coded upper limit on AppleScript's ability to
>
return a list of more than approximately 4050 items, as the result of
>
a single coercion. All of these will cause an error:
>
-- BigStr is a string of 5000 characters:
>
>
every character of BigStr
>
every word of BigStr
>
>
set text item delimtiers to {""}
>
every text item of BigStr