Futurebasic/Language/Reference/def tab

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Syntax[edit | edit source]

DEF TAB

Description[edit | edit source]

This statement sets the default print field width to fieldWidth characters. This affects the number of space characters which are output when a comma is encountered in subsequent PRINT, PRINT# and LPRINT statements. When an item in such a statement follows a comma, FB outputs enough space characters so that each new item begins in a new print field which is fieldWidth characters wide. fieldWidth must be between 1 and 255. When the program starts, the default print field width is 16 characters. The value of the print field width affects comma-delimited items whether they're sent to a disk file or to a display device.

See Also[edit | edit source]

WIDTH