Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

(Show Mouse Cursor)

Mnemonic: (Show Mouse Cursor)
Hex equivalent: "@0E0901@"
Discussion: This control shows the mouse cursor.

Also see (Hide Mouse Cursor).

Example:
a. 100 FORMAT (Show Mouse Cursor)
   .
   PRINT (0,100)

b. PRINT (0) (Show Mouse Cursor)