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.

Reply via email to