| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Change Colors=ARG1$,ARG2$,ARG3$,ARG4$,ARG5$) |
| Hex equivalent: | "@0E0E0Evvwwxxyyzz@"
where: |
| Discussion: |
The mnemonic changes all of the screen colors on the Comet
console, or within the current Comet window.
ARG1$ is the foreground color All of these arguments are in hex and may be string constants or a string variable containing the hex representation of the screen color.
See Screen Colors for a list of color codes. Also see (Change Color) for a way to change the foreground color only. |
| Example: |
a. 100 FORMAT (Change colors="@0F@","@A0@","@00@","@C0@","@0F@") . PRINT (0,100) b. Print (0) (Change colors="@0F@","@A0@","@00@","@C0@","@0F@") |