CsrLin
 
Returns the row position of the cursor

Syntax

Declare Function CsrLin ( ) As Integer

Usage

result = CsrLin

Return Value

An Integer specifying the current row of the cursor.

Description

Returns the current line position (row) of the cursor (csr for cursor, lin for line).

Example

Print "The cursor is on row:"; CsrLin


Differences from QB

  • None

See also