Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

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"