Waits until a character is typed and then reads it with no echo.
call "CBL_READ_KBD_CHAR" using char returning status-code
Using call prototype (see Library Routines - Key) | Picture (32-bit systems) | |
---|---|---|
char | cblt-x1-compx. | pic x. |
status-code | See Library Routines - Key. |
None
char | The character that was typed, in ASCII. |