CsrLin

Returns the row position of the cursor

Syntax
	KeyPgDeclareDeclare KeyPgFunctionFunction CsrLin ( ) KeyPgAsAs KeyPgLongLong

Usage
	result = CsrLin

Return Value
	An KeyPgLongLong specifying the current row of the cursor.

Description
	Returns the current row the cursor is on (i.e. the "cursor line").  The 
	topmost row is number 1.

Example
	Print "The cursor is on row:"; CsrLin

Differences from QB
	* None

See also
	* KeyPgLocateLocate
	* KeyPgPosPos

