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

[REBOL] Re: An object by another name

From: rebol665::ifrance::com at: 19-Feb-2002 21:55

Hi I've got an answer for you.
>> num: ask "Car number please?"
Car number please?3 == "3"
>> ChosenCar: get to-word join "car" num >> chosencar/model
== "Riviera"
>>
Patrick PS: I learned this method from Ingo Hohmann from the rebol-list a few month ago.