Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Tabstops Switch (Examples)
 Tabstops Switch                           Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     The Tabstops switch setting:
 
          Tabstops:4
 
     sets a tab stop every four columns.
 
     The setting:
 
          Tabstops:3 4 7 8
 
     sets a tab stop at columns 4, 8, 15, and every eight columns
     thereafter.
 
     The setting:
 
          Tabstops:3 4 7 25 25 0
 
     sets a tab stop at columns 4, 8, 15, 40, and 65. When the cursor
     is past column 65, the Tab function does nothing.
 
     See
 
     Tab
                                    -♦-