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

[REBOL] Binding

From: ammoncooke::yahoo::com at: 14-Sep-2001 9:26

Hi, I just caught the tail end of the context discussion that just went on, could you help me understand? From what I gathered, the following should *bind* the value 'text to the block 'text-block, correct? text-block: [text "text"] Does that also set the value of text-block/text to "text"? I am attempting to produce some sort of dynamic content on a view face, & wonder how to group objects in a block so that each could be easily manipulated with a foreach. Of course I am not trying to manipulate everything on the face, only a select few objects. Thanks!! Ammon