Re: how to sort records??
Re: how to sort records??
- Subject: Re: how to sort records??
- From: Michelle Steiner <email@hidden>
- Date: Thu, 19 Apr 2001 00:43:19 -0700
On 4/18/01 11:11 PM, Ted Wood <email@hidden> wrote:
>
I'm building large databases consisting of lists of records, and I
>
want to be able to sort the records within the lists.
OK, here's one way to do it.
Set the recordlist to {{mfg:"accura", model:"TL1"}, {mfg:"ford",
model:"Taurus"}}
You can then extract fields of items, like this:
set the car to mfg of item 2 of the recordlist
-->"ford"
you can then use these data in the sort routine of your choice.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------