I would like one block of data have information that is in an other block.
Very simple example.

block1: [123 12534 78464 545853]
block2: [
    ["Test" block1/3]
    ["Test2" block1/4]
    ]


foreach block2-data block2 [
    print block2-data/2    ; I want the value not the path
    ]

; end of code
Block1 has settings config
block 2 has instuctions that have some of the settings.

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

Reply via email to