Keyboard Scan Code Table Is Missing Line 3 in QB 4.50 Manual (44407)



The information in this article applies to:

  • Microsoft QuickBASIC 4.5

This article was previously published under Q44407

SUMMARY

The third line is missing from Table R.4, "Keyboard Scan Codes", under the KEY(n) statement on Page 198 of the "Microsoft QuickBasic: Basic Language Reference" manual for Version 4.50. (This manual is sold separately for Version 4.50.)

The first 4 lines of the table should read as follows:
Key    Code in Hex        Key    Code in Hex        Key    Code in Hex

ESC         01            CTRL        1D            SPACE       39

! or 1      02            A           1E            CAPS        3A

@ or 2      03            S           1F            F1          3B

# or 3      04            D           20            F2          3C
				

Modification Type:MinorLast Reviewed:1/8/2003
Keywords:KB44407