Hi list,

I have this little problem I could solve in another way, but I could not =
find an answer to this one:

Let's say I have an object:

>> o: context [x: [y [2]]]

I can access the data inside:
>> o/x/y
=3D=3D [2]

Now I create the same path in a word
>> p: 'o/x/y
=3D=3D o/x/y
>> p
=3D=3D o/x/y
>> type? p
=3D=3D path!

How could I access the data into object! 'o using this path?

>> reduce :p
=3D=3D o/x/y

I tried to bind it:
>> bind p/1 'o
=3D=3D o

but no result ...
>> reduce :p
=3D=3D o/x/y

Any suggestion ?

TIA

=3D=3Dchristophe
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to