Specifications

Chapter 15. Function Reference
350
Syntax:
CSRLIN
Description:
CSRLIN returns the current row number of the cursor as an integer in the current
display mode specified by a
SCREEN statement.
Even if the cursor is invisible (by a
LOCATE statement), the CSRLIN function
operates.
For the current column number of the cursor, refer to the
POS function.
Reference:
CurSoR LINe I/O function
CSRLIN
Returns the current row number of the cursor.
Screen mode Font size Row number
Single-byte ANK mode Standard-size 1 to 25
Two-byte Kanji mode Standard-size 1 to 37
Small-size 1 to 49
Statements:
LOCATE and SCREEN
Functions:
POS