Warning

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

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


curpos [2019/05/23 08:22] (current) – created neils
Line 1: Line 1:
 +====== 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"