jmp-l
[Top] [All Lists]

Re: Adding an Item to a list

To: jmp-l@lists.biostat.wustl.edu
Subject: Re: Adding an Item to a list
From: Mark Bailey <mark4flies@aol.com>
Date: Fri, 16 May 2008 19:04:26 -0400
In-reply-to: <1EB87E4BC4B41244A6B223D1DCAF67CA024CDF63@aazajnb155.anglo.local>
References: <1EB87E4BC4B41244A6B223D1DCAF67CA024CDF63@aazajnb155.anglo.local>
To forms:

myNewList = Insert( myList, d ); // leave original, return updated list, d at end of list

Insert Into( myList, d ); // change original in place, d at end of list

The Remove() and Remove From() functions compliment insertion.

Mark

On May 16, 2008, at 7:49 AM, Nel, Fanie wrote:

Dear List,
 
How do I append a value to a list variable ?
 
For example if mylist = List{a,b,c} how do I add another item ,d, to the list so that mylist = {a,b,c,d} ?
 
Thank you
Fanie Nel

=
<Prev in Thread] Current Thread [Next in Thread>