home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / WE12.ZIP / DETAB.DOC next >
Text File  |  1989-09-16  |  1KB  |  26 lines

  1. ........................[ DETAB.DOC ]......for OS/2...from WSI.................
  2.     DETAB is free software, written by Roger Wilkes.
  3.  
  4.     This program will convert TAB characters into the desired number of
  5. blanks.  If you have a text file which contains TAB characters, the TAB
  6. character had meaning at the time it was placed into the text, but may no
  7. longer have that same meaning - the meaning of a TAB character is always
  8. lost as soon as some piece of hardware using it is replaced or changed.
  9. In order to give the exact original meaning (in number of spaces that the
  10. TAB character represents) to the TAB character, this program will convert
  11. those TAB characters to their true meaning (some number of spaces).
  12.  
  13. EX: you have a text file which contains TAB characters which originally
  14.     meant "move me to a mod 7 column # across the text line.  Now you wish
  15.     to do something useful with the text file - such as print it.  The
  16.     chances are pretty good that a printer would have to be modified or
  17.     loaded with TAB codes in order to print the text file as it originally
  18.     looked when created.  The name of this text file is "text".  To detab
  19.     this file:
  20.  
  21.     DETAB 7 <text >textout
  22.  
  23.     where "textout" is the name of the text file with TABs converted to
  24.     blanks.
  25. ...............................................................................
  26.