Table of Contents
POS
The POS()
function returns the current column position of the cursor.
Function header
DECLARE FUNCTION POS AS BYTE () SHARED STATIC INLINE
Example
PRINT "after printing this text{13}the cursor will be in column: "; PRINT POS()