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

[REBOL] Re: Ask

From: al:bri:xtra at: 28-Sep-2001 3:39

Ammon asked (eventually):
> how to make a string *point* to an object? >> o: make object! [m: 123] >> probe get to-word ask "what object? "
what object? o make object! [ m: 123 ] Caution this doesn't have any error checking:
>> probe get to-word ask "what object? "
what object? blahblah ** Script Error: blahblah has no value ** Near: probe get to-word ask "what object? " Far better to have text list for the operator to choose from, or a choice of several buttons to click on. Andrew Martin ICQ: 26227169 http://zen.scripterz.org