Format
number1 = CSRLIN
Description
This function returns row of the cursor.
Example
LOCATE 10,20
A = CSRLIN
The locate command will have positioned the cursor in row 10, column 20.
After execution of the CSRLIN statement, "A" will contain the value of 10.
See Also
|