KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q31488: UTILITY.DOC: Filetab Switch Expands Tabs

Article: Q31488
Product(s): See article
Version(s): 1.00 | 1.00
Operating System(s): OS/2 | MS-DOS
Keyword(s): ENDUSER | tar71845 | mspl13_basic
Last Modified: 16-JUN-1988

Information about the filetab switch can be found in the
UTILITY.DOC file that comes with the Microsoft BASIC Compiler Version
6.00, the Microsoft C Compiler Version 5.10, the Microsoft FORTRAN
Compiler Version 4.10 and the README.DOC for Microsoft MASM Version
5.10.
   The filetab switch is a numeric switch that determines how the
editor translates tabs when loading a file into memory. The value of
the switch gives the number of spaces associated with each tab column.
   For example, the setting "filetab:4" assumes a tab column every four
positions on each line of a file.
   Every time the editor finds a tab character in a file, it loads the
buffer with the number of spaces necessary to get to the next tab
column. Depending on the value of the entab switch, the editor also
uses the filetab switch to determine how to convert spaces into tabs
when writing a file.
   The default value of filetab is eight (8).

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.