Re: Simple Question: Record List to value List
Re: Simple Question: Record List to value List
- Subject: Re: Simple Question: Record List to value List
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 04 Jan 2001 08:19:01 -0800
On 1/4/01 2:05 AM, "Xandra Lee" <email@hidden> wrote:
>
Perhaps it's my CRS affliction kicking in but I can't think of a simple
>
(one liner), that will retrieve values of a particular label of a list of
>
records.
>
>
Example:
>
RecordList:{{name:"joe", age:24}, {name:"roger", age:28}, {name:"Mark",
>
age:94})
>
>
>
Is there any way other than a repeat loop to return:
>
{"joe", "roger", "mark"}
>
Maybe in about 9 years Apple will implement whose clauses for records and
lists. Then again, maybe they won't.
--
Paul Berkowitz