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

[REBOL] Re: From string to object

From: john_kenyon:mlc:au at: 26-Nov-2001 13:27

Hi Colin, How about, print mold get to-word userdata You can always do something like the following to retrieve specific values, x: get to-word userdata get in x 'field1 get in x 'field2 Which is the same as, get in x to-word "field1" Cheers, John