Thanks to you I have an answer to many of the questions I had. 
I have experimented the whole afternoon and now I am able to append data to
block series, array, etc.

Please, do not answer to my latest messages because they are now outdated. I
am now able to produce code on the fly like I did with AREXX (the Amiga
version of REXX).

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

Giusepe Chillemi

PS: TIM, give me some time. I know that Rebol has its own way of doing
things.

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

Reply via email to