ALIGN 1.3 aligns data in ASCII text files into neat columns. Also converts comma-delimited files to columns with 2 spaces between each column. Input fields must be separated by commas or white space. Fields may contain spaces if they are enclosed in single or double quotes or C comments /* ... */ or //. The best way to understand this program is to try it on a COPY of any ASCII Text file, especially one that contains badly aligned columns of data. It left justifies the output so it is designed for columns of text, rather than numbers. C source is included. Copyrighted, but may be distributed freely and used for any purpose except military. To use: align.exe somefile.txt Don't use it on Microsoft Word docs, except plain ASCII or RTF Version history: version 1.0 1998-09-20 version 1.1 1998-11-08 - embed new address version 1.2 2008-01-02 - convert to Windows from 8.3 DOS. - convert to POSIX - convert to safe char handling library version 1.3 2008-01-03 - correct placement of temp - display banner on any error