Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
Mnemonic:
| (Full Scan Codes Passed) |
| Hex equivalent: | "@0E000E@" |
| Discussion: |
This mnemonic turns on "full scan code mode." In this mode, the
complete list of keyboard scan codes are sent to the Internet Basic program.
See Scan Codes for a complete list of codes. This mode is turned off with the (Scan Codes Off) mnemonic.
Also see the following references: |
| Example: |
a. 100 FORMAT (Full Scan Codes Passed) . PRINT (0,100 b. PRINT (0) (Full Scan Codes Passed) |