| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Partial Scan Codes On) |
| Hex equivalent: | "@0E0007@" |
| Discussion: |
In this mode, a partial list of keyboard scan codes are sent to
the MTB program.
See Partial Scan Codes for a list of these codes. This mode is turned off with (Partial Scan Codes Off).
Also see the following references: |
| Example: |
a. 100 FORMAT (Partial Scan Codes On) . PRINT (0,100 b. PRINT (0) (Partial Scan Codes On) |