Re: can I make a list of records?
Re: can I make a list of records?
- Subject: Re: can I make a list of records?
- From: Michelle Steiner <email@hidden>
- Date: Mon, 28 Jan 2002 12:29:24 -0700
On 1/28/02 11:46 AM, Nigel Garvey <email@hidden>
wrote:
>
set the end of MyList to MyFirstRecord
>
set the end of MyList to MySecondRecord
Same problem I had with concatanating the records directly. It yields
only the first record.
>
set MyList to MyList & {MyFirstRecord} & {MySecondRecord}
That works. So does
set MyList to {myFirstRecord} & {mySecondRecord}
AS 1.8.2b1
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------