Remote Processing CAMBASIC User Manual

Page 163

Advertising
background image

Comm ands - 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:

P R I N T

EXAMPLE:

PRINT "S"; TAB(10); "E"
S

E

ERROR:

< Data negative> – for m
< Data > 255> – for m

Advertising