Do you mean something like this?
idx: 2
myarray/:idx/myfunc

> Here remains only 1 question.
> 
> FIRST QUESTION:
> 
> myobj-proto: [
>       a: 1
>       b: 2
>       myfunc: does [print "the value of 'a' is:" SELF/a]
> ]
> 
> myobj: make object! Myobj-proto
> Myobj2: make object! myobj [a:10 b:20]
> 
> Myarray: reduce [
>          "position1" :myobj
>          "position2" :myobj2
>          ]
> 
> The path
> 
> Myarray/2/myfunc
> 
> Works
> 
> I am not able to express the path using the value "position1" itself
> 
> Myarray/position1/myfunc


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

Reply via email to