Introduction MTB Statements File System Compiler Applications Reference Guide Index

Language Structure Data Division I/O Format Division Procedure Division Mnemonics

(Partial Scan Codes On)

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:
(Full Scan Codes Passed)
(Scan Codes Off)

Example:
a. 100 FORMAT (Partial Scan Codes On)
   .
   PRINT (0,100

b. PRINT (0) (Partial Scan Codes On)