9 hours ago
I can't find it in the documentation, but _CONSOLEINPUT seems blocking (waiting for a key) after the first call.
Is there any other way to check non-blocking for a key in a $CONSOLE window?
Code: (Select All)
$Console:Only
Do
x%% = _ConsoleInput
Print x%%;
Loop
Will only show one 0 and then waits for a keypress...Is there any other way to check non-blocking for a key in a $CONSOLE window?
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience