Contents  Index  
──────────────────────────────────────────────────────────────────────────────
Moves the text cursor to a specified print position.

TAB(column%)column%    The column number of the new print position.

Example:
    PRINT TAB(25); "Text"

See Also    PRINT, LPRINT    PRINT USING, LPRINT USING
            SPC    SPACE$
──────────────────────────────────────────────────────────────────────────────
 © Copyright Microsoft Corporation, 1987-1992. All rights reserved.
   Converted from qbasic.hlp with DosHelp/HelpConvert