Hi Maxim,

you are right, obj_ptr will stay pointing at the initial
obj_a, as far as I know, there is no possibility to grow
an object (yet?).


>> obj_a: make object! [
[        attrib1: 1
[    ]
>> obj_ptr: obj_a
>> obj_a: make obj_a [
[    attrib2: 2         
[    ]
>> probe obj_ptr 

make object! [
    attrib1: 1
]
>> probe obj_a 

make object! [
    attrib1: 1
    attrib2: 2
]


Ingo

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to