Set Position

Top  Previous  Next

This escape moves the current position to the coordinates specified. Text, bitmaps and lines then start from this position.

Parameter

Value or Description

Lead-In

<ESC>=

Sequence

x,y

Terminator

null

 

Example

This positions text at the top left of paper

PRINT CHR$(27);"=0,0";CHR$(0);! goto 0,0

PRINT "Text to output"