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

[REBOL] Re: From string to object

From: rebol665:ifrance at: 26-Nov-2001 8:57

Hi This is what I have experimented on the console. HTH
>> test: get to-word userdata >> probe test
make object! [ field1: 1 field2: 2 ] Patrick