home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBO_C / TABALT1.ZIP / TABALT.DOC next >
Encoding:
Text File  |  1988-10-19  |  1.1 KB  |  18 lines

  1.    This file won't work with a hex 09 tab, only hex 20 (space)
  2.    This file will change the tab spaces in an existing "C" source
  3.    file to whatever spacing you want. You will be prompted for a
  4.    legal DOS filename and the program will create the new file
  5.    with optional output with new spacing to screen. You will also
  6.    be prompted for: 1) Whether to add to or subtract from exist-
  7.    ing spacing. 2) How many spaces in existing tabs. 3) How many
  8.    spaces will be in new tabs. If a mistake is made in the add or
  9.    subtract request (Example: The existing file has 4 spaces in
  10.    a tab, you choose to add 2 spaces by choosing 6 but choose 3
  11.    by mistake), the program will not work correctly but can be
  12.    run again with the same file you originally chose to change.
  13.    In this example you chose to ADD spaces to the original 4 but
  14.    the number you chose (3) would be subtracting.
  15.                                                                     
  16.    Command line usage:  A>tabalt filename.c   where filename is
  17.    the file you want changed.  Source compiled with QuickC.
  18.