Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

(Radio Button On)

Note: This feature is not supported beyond Comet 504.

Mnemonic: (Radio Button On)
Hex equivalent: "@CBCFB7@"
Discussion: This mnemonic draws a graphical radio button on the screen. The radio button is in the "on" position, as shown here:

The radio button symbol occupies 3 spaces on the screen.

Note: The (Enhanced Characters On) mnemonic must be used before the (Radio Button On) mnemonic us used.

Also see (Radio Button Off).

Example:
a. 100 FORMAT (Radio Button On)
   .
   PRINT (0,100)

b. PRINT (0) (Radio Button On)