Specifications

Commands - 117
TAB
Print Function
SYNTAX: PRINT TAB(m)
PURPOSE: To tab to position m.
REMARKS: m ranges from 0 to 255
If the current print position is at or beyond space m, TAB is ignored.
RELATED: PRINT
EXAMPLE: PRINT "S"; TAB(10); "E"
S E
ERROR: <Data negative> – for m
<Data > 255> – for m