Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
Mnemonic:
| (Radio Button Off) |
| Hex equivalent: | "@CBC7B7@" |
| Discussion: |
This mnemonic draws a graphical radio button on the screen. The
radio button is in the "off" 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 Off) mnemonic us used. Also see (Radio Button On). |
| Example: |
a. 100 FORMAT (Radio Button Off) . PRINT (0,100) b. PRINT (0) (Radio Button Off) |