
Commands - 130
TAB
Print Function
SYNTAX: PRIN T TA B(m)
PURPOSE: To tab to position m.
REMARK S: m ranges from 0 to 255
If the current print position is at or beyond space m, TA B is ignored.
RELATED: PRINT
EXAMPLE: PRINT "S"; TAB(10); "E"
S E
ERROR: < Data negative> – for m
< Data > 255> – for m
Comentarios a estos manuales