Jeff

Volker's advice applied to your simple example:

 >> list: [a b c]
== [a b c]
 >> append/only newlist: [1] list
== [1 [a b c]]
 >> newlist
== [1 [a b c]]

Regards

Peter

On Thursday, Mar 9, 2006, at 11:59 Asia/Kuala_Lumpur, Volker Nitsch 
wrote:

>
> Also look for 'append and friends, series-function.
> Rebol is not pure functional, it happily changes its variables.
> So blocks (rebols "lists") are usually build by appending values to it,
> not by composing new blocks.
> Means you would 'compose the code for a button,
> but 'append a lot of buttons to a layout.
>
> On 3/9/06, Jeff Massung <[EMAIL PROTECTED]> wrote:
>> I am a happy man. Thank you. And, I don't know how I missed that. 
>> Thanks
>> again!
>>
>> Jeff M.

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to