Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: adding set-words to a context from outside

From: media:quazart at: 12-Oct-2001 8:27

Hi, sorry for butting in... but if you do: obj_a: make object! [ attrib1: 1 ] obj_ptr: obj_a obj_b: make obj_a [ attrib2: 2 ] Am I right in saying that obj_ptr still references obj_a which only has one element? so is there a way to "grow" an object? cause in some circustances, you cannot replace all references to an object (especially when code is dynamic and there is no way to know how many references exist). -Max ---------------------------------- Maxim Olivier-Adlhoch