CsrLin
Returns the row position of the cursor
result = CsrLin
Returns the current row the cursor is on (i.e. the "cursor line"). The topmost row is number 1.
Syntax
Usage
result = CsrLin
Return Value
Description
Returns the current row the cursor is on (i.e. the "cursor line"). The topmost row is number 1.
Example
Print "The cursor is on row:"; CsrLin
Differences from QB
- None
See also