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

[REBOL] Re: Object assignment

From: jeff:rebol at: 23-May-2001 10:32

Howdy, Charlie:
> 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?
myObj: get to-word myString