XPOS
XPOS
PRINT XPOS
FUNCTION: Establishes the horizontal position of the graphics cursor.
Associated keywords: YPOS, MOVE, MOVER, ORIGIN
YPOS
YPOS
PRINT YPOS
FUNCTION: Establishes the vertical position of the graphics cursor.
Associated keywords: XPOS, MOVE, MOVER, ORIGIN
ZONE
ZONE <integer expression>
10 PRINT 1,2,3
20 ZONE 19
30 PRINT 4,5,6
COMMAND: Changes the width of the Print Zone used in PRINT, from the default value of 13 to a
new value in the range 1....255. Reset by NEW, LOAD, CHAIN and RUN”<file name>”
commands.
Associated keywords: PRINT, WIDTH