Hello [EMAIL PROTECTED]!

On 27-Giu-00, you wrote:

 A> You're doing it correctly. There's a problem with Rebol here,
 A> I believe.

Well, it's just that subobjects are not cloned. I think this saves
a lot of memory in /View, for example.

The workaround is to clone the subobject manually:

 c: make main [ sub: make sub [ name: "joe" ] ]
 probe c

(Your solution works with one level only...)

Regards,
    Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

Reply via email to