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

[REBOL] Object assignment

From: charliew::drte::com at: 23-May-2001 13:17

Hello all, I have a string with the name of an object. I want to assign the variable myObj to the object referenced in the myString variable. myString: "Obj1" myObj: myString <----- What do I do here? Thank you, charlie