Re: Adding To A List
Re: Adding To A List
- Subject: Re: Adding To A List
- From: kai <email@hidden>
- Date: Thu, 2 Jun 2005 11:46:09 +0100
On Thursday, June 2, 2005, at 10:41 am, has wrote:
either:
set the end of the newList to (items of currentList) --
shallow-copy the list
or:
copy currentList to the end of the newList -- deep-copy the list
Now there's an interesting thing. A few brief tests here indicate that,
while 'copy x to y' is faster with shorter lists, 'set y to items of x'
seems to handle longer ones more efficiently...
---
kai
_______________________________________________
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