Re: stack overflows
Re: stack overflows
- Subject: Re: stack overflows
- From: has <email@hidden>
- Date: Fri, 9 Nov 2001 14:49:09 +0000
Paul Skinner wrote:
>
On Thursday, November 8, 2001, at 07:25 PM, has wrote:
>
>
> --> ralphs when trying to convert a >4000 item string to a >4000 item
>
> list
>
AppleScript can't make a list longer than 4065 items.
This limit is constant then? As in, I'll always be safe as long as I chunk
the string into 4064 item sections, coerce each to list individually, then
concatenate the results. I'm curious: is there someplace where limits like
these are set down for reference? The ASLG doesn't seem to cover this sort
of thing (unless it's buried somewhere and I've missed it).
Thanks,
has