CURSORY function

Purpose

Return the current row position of the caret.

Syntax

nRow& = CURSORY

Remarks

The return value will be from 1 to the maximum number of rows in the console, which may be retrieved with the SCREENY function.

CURSORY is functionally equivalent to the CSRLIN function in DOS BASIC.

The console size may be changed using CONSOLE SCREEN.

See also

CURSOR function, CURSOR statement, CURSORX, LOCATE, SCREENY