| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Check Box On) |
| Hex equivalent: | "@CACEB6@" |
| Discussion: |
This mnemonic draws a graphical check box on the screen. The
check box is in the "on" position (i.e., a check mark appears in
the box), as shown here:
The check box symbol occupies 3 spaces on the screen. Note: The (Enhanced Characters On) mnemonic must be used before the (Check Box On) mnemonic us used. Also see (Check Box Off). |
| Example: |
a. 100 FORMAT (Check Box On) . PRINT (0,100) b. PRINT (0) (Check Box On) |