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

 Parameters:

  • None.

 Return Value:

  • RetVal%, the return value, is the number of the column in which the cursor is located.

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

 Parameters:

  • None.

 Return Value:

  • RetVal%, the return value, is the number of the column in which the cursor is located.

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

 Parameters:

  • None.

 Return Value:

  • RetVal%, the return value, is the number of the row in which the cursor is located.

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

 Parameters:

  • None.

 Return Value:

  • RetVal%, the return value, is the number of the row in which the cursor is located.