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: "Bryan" <email@hidden>
- Date: Thu, 04 Jan 2001 14:05:14 -0500
the direct OSAX Akua----------
recompose list RecordList extracting item 1
--{"joe", "roger", "mark"}
-------------------------
>
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"}
>
>
Thanks in advance,
>
Xandra
>
>
Alixandra Leigh
>
AceDesign
>
email@hidden