Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

(Check Box Off)

Note: This feature is not supported beyond Comet 504.

Mnemonic: (Check Box Off)
Hex equivalent: "@CAC6B6@"
Discussion: This mnemonic draws a graphical check box on the screen. The check box is in the "off" position (i.e., no 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 Off) mnemonic us used.

Also see (Check Box On).

Example:
a. 100 FORMAT (Check Box Off)
   .
   PRINT (0,100)

b. PRINT (0) (Check Box Off)