1 TAB When used with the PRINT statement, the TAB function moves the cursor or print mechanism right to a specified column. Example PRINT A$; TAB(15%); B$; TAB(30%); C$ 2 Syntax str-var = TAB(int-exp)