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

[REBOL] Which? [Object! Block!]

From: ammoncooke::yahoo::com at: 27-Sep-2001 1:40

Hi, I am trying to determine which is better for what( object! block!). I have been through the Core manual time & again studying both of them, but nether suits me. I need to be able to add to the *values*, but I can't see a way to do that with object!, so because of this I suppose I would have to use a block!. BUT I NEED to be able to protect global name space. Did I just miss something, or is there really no way to add values to an object? Is there a more simple way to dynamically edit the series & protect the global name space? (i.e. a: make object! [b: "c"] ; now is there a way to add: d: "e" ; to a? Thanks!! Ammon