Re: Sifting a list sans loop
Re: Sifting a list sans loop
- Subject: Re: Sifting a list sans loop
- From: ehsan saffari <email@hidden>
- Date: Tue, 29 Jan 2002 03:31:39 -0600
On 28/01/2002 14:16, Arthur J Knapp <email@hidden> wrote:
>
set thatList to every item of myList
>
--
>
--> error "Memory overflow..."
>
--
>
-- By asking for "every" item, we are telling AS to create a new
>
-- list whose length is greater approx. 4000. This is where the
>
-- problems occur.
Weired thing, running this in SD3's AS mode, I get a list of 10000 items,
no error.
cheers
ehsan