TEXTools32 Update History
=========================

Listed by version, latest changes on top.

1.6: Added filters and fixed bugs

The RANGE filter has been added.  

The DUPL filter was aborting unless a column range was provided -- fixed.

The JOIN filter was not working properly within a UDF if the numeric argument was left off -- fixed.

1.1-1.5: Changes were made to the way the command-line is handled to support NT.

1.0: Ported from TEXTools (16-bit).  Following are the incompatibilities between TEXTools32 and the 16-bit version of TEXTools:

No more numeric range-checking takes place.  If a numeric argument is out of range, unpredictable results may occur.

The UPPER,LOWER filters no longer accept arguments.  They simply uppercase or lowercase the text.

The "JOIN TO" filter no longer exists.  "JOIN LINES" filter is now simply called "JOIN".  The JOIN LINES filter used to accept a mandatory numeric parameter.  This numeric parameter is no longer required by the JOIN filter and if ommitted, all lines in the input text are joined into a single line, effectively removing all carriage return linefeed pairs, (or joins ALL lines).

The CHECKSUM filter has been removed.

The VACUUM filter now has an alias called VAC.

The FILES filter now supports long filenames.  As such, the template parameter must now be provided as a single-quoted string.

The FILES filter display option 8 no longer returns paths UPPERCASED.

The FILES filter now properly handles a template such as 'C:*.txt'.

The SPLICE filter now supports long filenames.  As such, the filename parameter must now be provided as a single-quoted string.

The UDF filter now supports long filenames.  As such, the filename parameter must now be provided as a single-quoted string.

The TOCRT and FROMCRT filters have been removed.  They might be re-added in the future.

The Debug mode cannot output to the console, (CON) anymore.  It defaults to outputting to DEBUG.TXT instead.  As a result, the STEP environment variable is also no longer available.  

