CURSOR statement

Purpose

Make the caret visible or invisible, or change the caret size.

Syntax

CURSOR {OFF | ON [,intvar]}

Remarks

An optional numeric intvar parameter in the range of 1 to 100 (representing the percentage of the height of a full caret) may be added to the ON option.

See also

CURSOR function, CURSORX, CURSORY, LOCATE, PAGE, PAGEACTIVE, PAGEVISIBLE, PRINT

Example

CURSOR ON, 100  ' turn the caret on, full-size