| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Window Title Foreground=ARG1$,ARG2) |
| Hex equivalent: | -- |
| Discussion: |
This control code displays text on the top border line of the
current Comet window.
ARG1$ is string (constant or variable) containing the text to be displayed in foreground characters on the top border line of the current Comet window. ARG2 is a number (constant or variable) containing the horizontal starting position where the title text will be displayed (position 0 is the left-hand column). Also see (Window Title Background). |
| Example: |
a. 100 FORMAT (Window Title Foreground="Title line",5) . PRINT (0,100) b. PRINT (0) (Window Title Foreground="Title line",5) |