Doesn't INKEY$ stop reporting values above 127? ANSI input ranges?
Or am I wrong on that? I'll have to test it later.
Testing and reading the docs, it's seems I'm right and wrong both.
INKEY$ only uses values below 128 for the first byte, but for 2-byte combos, it uses the whole ASCII range. F12 for example is CHR$(0) + CHR$(137).
Or am I wrong on that? I'll have to test it later.
Testing and reading the docs, it's seems I'm right and wrong both.
INKEY$ only uses values below 128 for the first byte, but for 2-byte combos, it uses the whole ASCII range. F12 for example is CHR$(0) + CHR$(137).