Next: !systime, Previous: !readkey, Up: Status Funcs [Contents][Index]
Waits for, and returns a code for the next pressed key, but does not echo that key. Ordinary and control characters yield their ASCII code. Escape sequences yield larger numbers:
27 + 256*char
256*char
256*char + 256*256*number
See also: !readkey