Re: Why are these different?
Re: Why are these different?
- Subject: Re: Why are these different?
- From: Emmanuel <email@hidden>
- Date: Tue, 26 Feb 2002 11:51:21 +0100
At 11:20 AM +0100 26/2/02, Mr Tea wrote:
>
>
'last item of (list folder myFolder)' returns the last item according to
>
alphabetical order
list folder returns the contents of the folder as a list, sorted in
lexicographic order.
This line can run outside any "tell" wrapper.
>
'last item of myFolder' returns the item that appears last when the contents
>
of myFolder are arranged by kind.
This line must run encapsulated within a "tell Finder" wrapper.
Here 'item' is the Finder's term. 'last item' means, the last element of
myFolder whose "kind" is 'item'.
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.