INKEY$ in RunBASIC
Jan 15, 2009 9:21:54 GMT -5
Post by JackWebb on Jan 15, 2009 9:21:54 GMT -5
Is there any way to grab a single character from the keyboard and display it, or not display it at the programmers discretion? What I'm trying to do is this.
textbox #handle, "Hello "
while inkey$ <> chr$(27)
#handle PRINT(inkey$)
wend
end
any chance this keyword/function will be in a future version perhaps? :)
textbox #handle, "Hello "
while inkey$ <> chr$(27)
#handle PRINT(inkey$)
wend
end
any chance this keyword/function will be in a future version perhaps? :)