POS function

Purpose: POS returns the number of the column in which the cursor is located. This function works only in console mode programs.


 Syntax:

 RetVal% = POS

CURSORX function

Purpose: CURSORX returns the number of the column in which the cursor is located. This function works only in console mode programs.


 Syntax:

 RetVal% = CURSORX

CSRLIN function

Purpose: CSRLIN returns the number of the row in which the cursor is located. This function works only in console mode programs.


 Syntax:

 RetVal% = CSRLIN

CURSORY function

Purpose: CURSORY returns the number of the row in which the cursor is located. This function works only in console mode programs.


 Syntax:

 RetVal% = CURSORY