CursorTo - move the cursor

Return to Introduction  Previous page  Next page

CursorTo  position

CursorTo  row,column

Where:

positionis the screen position relative to one.
rowis the row number.        
columnis the column number.        

 

position, row and/or column may be variables.

The CursorTo command moves the cursor to the specified position or the specified row and column. The upper left-hand corner of the screen is position 1 or  row 1 column 1.

Examples

CursorTo 1

CursorTo 81

CursorTo 1,1

CursorTo 24,80

CursorTo $POSITION

CursorTo $ROW,$COLUMN

 

Restrictions:

 

CursorTo is not supported for ANSI and VTxxx terminal emulation.

 

See Also:

 

Script Command Summary

Script Variables

Using the Scripting Language


TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.