Hello, I wrote a very very simple script, I wanna to retrieve the specific value of a block by passing a variable instead of specify the block number to it: Rebol [blablabla] blk: [1 2 3 4 5] n: 2 blk/n the error message is the following: ** Script Error: Invalid path value: n. ** Where: blk/n Your help will be highly appreciated. Tiana
