CURPOS

Syntax:

curpos <byte or int column>, <byte or int row>

The CURPOS command positions the cursor to the given column and row. Example:

print "{CLR}"
curpos 14 , 12 
print "centered text"