Explanation
TAB Function
Moves the text cursor to a specified print position.Worth knowing
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
TAB(column%) |
column% | The column number of the new print position. |
PRINT TAB(25); "Text"
See also: | PRINT, LPRINT | PRINT USING, LPRINT USING | SPC | SPACE$ |