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

[REBOL] Re: kbhit()

From: jeff:rebol at: 22-Jun-2001 11:24

Howdy, Louis:
> That might be what I want. However, if I type "x" I get: > >> choice: until[input?] > == true >>> x > ** Script Error: x has no value Where: halt-view Near: x >>> choice > == true > > How do I get x into the variable instead of true?
con: open/direct/binary [scheme: 'console] until [wait .02 input?] choice: pick con 1 Holger, can you use set-modes to change the existing console port attributes? -jeff