TAB

A keyword available in PRINT or INPUT.

There are two versions of TAB: TAB(X) and TAB(X,Y) and they are effectively two different keywords.

The leftmost column is column 0 and the top of the screen is row 0.

PRINT TAB(10);A$
PRINT TAB(X,Y);B$

Syntax

Associated Keywords