Re: Getting elements of a list
Re: Getting elements of a list
- Subject: Re: Getting elements of a list
- From: Michelle Steiner <email@hidden>
- Date: Wed, 16 Apr 2008 12:24:12 -0700
On Apr 16, 2008, at 11:55 AM, Mark J. Reed wrote:
set myList to {{1,2},{3,4},{5,6}}
is there any way, without a repeat loop, to pluck a specific item of
each of the sublists? something like
first item of each item of myList
myList's item 3's item 1
But I think that's not what you want. You want a list containing
{1,3,5} in this specific example, right. I'm afraid that you're going
to have to use a repeat loop for that.
-- Michelle
--
Color is just a pigment of your imagination.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden