Re: Deleting last item of a List
Re: Deleting last item of a List
- Subject: Re: Deleting last item of a List
- From: Paul Berkowitz <email@hidden>
- Date: Fri, 19 Nov 2004 14:20:37 -0800
On 11/19/04 1:00 PM, "Nigel Garvey" <email@hidden>
wrote:
> set x to end of myList -- get the last item in the list
> set x to last item of myList -- ditto
>
> (For some reason, the former executes more quickly.)
Perhaps 'last item of myList' iterates through every item, and 'end of
myList' doesn't?
--
Paul Berkowitz
_______________________________________________
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