| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Hide Cursor) |
| Hex equivalent: | -- |
| Discussion: |
This mnemonic hides the regular cursor.
See Regular cursor display for more information. Also see (Show cursor). |
| Example: |
a. 100 FORMAT (Hide Cursor) . PRINT (0,100) b. PRINT (0) (Hide Cursor) |