Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chr$(135) and _Keyhit
#3
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. Tongue

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).
Reply


Messages In This Thread
Chr$(135) and _Keyhit - by Pete - Yesterday, 07:59 AM
RE: Chr$(135) and _Keyhit - by DSMan195276 - Yesterday, 08:26 AM
RE: Chr$(135) and _Keyhit - by SMcNeill - Yesterday, 02:17 PM
RE: Chr$(135) and _Keyhit - by SMcNeill - Yesterday, 02:29 PM



Users browsing this thread: 3 Guest(s)