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

[REBOL] Re: Block of words

From: rgaither:triad:rr at: 26-Feb-2001 10:47

Hi Andrew,
>How about using an object? Like: > >>> Person: make object! [ >[ Name: "Rod" >[ Age: 37 >[ Profession: "Developer" >[ ]
I am doing this for the predefined elements in my object. What I am reaching for is a dynamically built set of properties that are basically name:value pairs where if possible I want the value to be its natural datatype. Hence my desire for a block of words. I'm not sure if you didn't get it or are working through the mails in order :-) but I solved my problem. The key was the use of the get function to get to the value of a stored word in a block. Thanks though, Rod. Rod Gaither Oak Ridge, NC - USA [rgaither--triad--rr--com]