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: Nigel Garvey <email@hidden>
- Date: Mon, 28 Jan 2002 23:17:30 +0000
Michelle Steiner wrote on 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.
Interesting. This is the standard behaviour when concatenating records
directly. If the same label appears in both, it only appears once in the
combined record and takes the value of the label in the left-hand source
record.
But I can't duplicate your problem with setting the end of MyList.
Assuming that MyList is a list already, the command works as it should
with both AS 1.3.7 and AS 1.6. If MyList hasn't been mentioned before, or
is anything other than a list, an error occurs as expected.
NG