Syntax:
curpos <byte or int column>, <byte or int row>
The CURPOS command positions the cursor to the given column and row. Example:
CURPOS
print "{CLR}" curpos 14 , 12 print "centered text"