Thank you for your quick response.
I did remember compose but could not work out how to use it.
Job done. :-)
Regrads,
Greg

 foreach block2-data block2 [
    temp: do compose [(block2-data/2)]
; do loads the value into temp to be poked into a binary file later.... in 
the foreach loop.
    ]


----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2007 10:52 AM
Subject: [REBOL] Re: simple question?


>
> Greg:
>
>> I would like one block of data have information that is in an other 
>> block.
>
> Here's one way -- there may be simpler ones:
>
> foreach block2-data block2 [
>    print compose [(block2-data/2)]    ; You got want the value not the 
> path
>    ]
>
> Sunanda.
> -- 
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
> 

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

Reply via email to