Hello Raimund,

what you need is append with the /only refinement.
So:
    block3: append/only block1 block2

Met vriendelijke groet / with kind regards,
   Arie van Wingerden
http://home.zonnet.nl/rebolution/

----- Original Message ----- 
From: "Raimund Dold" <[EMAIL PROTECTED]>
To: "Rebol" <[EMAIL PROTECTED]>
Sent: Saturday, May 01, 2004 2:38 PM
Subject: [REBOL] How to create block of block?


>
> Hi,
>
> I do have a block and will add this to another block as whole to create a
> block of blocks. How can I do this?
>
> Example:
>
> >> block1: [1 2 3]
> == [1 2 3]
> >> block2: [4 5 6]
> == [4 5 6]
> >> block3: append block1 block2
> == [1 2 3 4 5 6]
>
> But I want the follwing
> block3: [1 2 3 [4 5 6]]
>
> How do I get the block3 I  want?
>
> Raimund
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to