TExpressive version history

TExpressive
Size: 1.0 MB
Also as
zip archive

For only US $ 81.99
The latest version of TExpressive is 11.3.3 from March 3, 2011. If you want to be informed when a new version of TExpressive is released you can subscribe to our TExpressive update mailing list.
Below is the version history of TExpressive. Listed for each version is which new characteristics are added (New), which existing characteristics have been improved or changed (Changed) and which issues have been solved (Fixed).
Beta version 11.3.3 - March 3, 2011
New features
- Abbreviated notations have been added for script/script and script/sub-script boundary character sequences (";", "(" and ")"); this way you can more easily keep your script readable.
Changes
- The term "Tag" has been replaced by the term "Function".
- Comments are now only allowed in scripts, and another syntax is now used ("{ ... }").
- The script delimiters #] and [# for subcontent are not supported anymore; you can use the functionally identical (#> and <#) delimiter sequences instead.
Fixed errors
- Sometimes the line and column numbers would be unuseable in reported errors.
Beta version 11.2.18 - February 18, 2011
New features
- The function SortSubParams has been added.
- Negative sequence numbers may now be used when accessing subparameters; in this case the subparameter is counted from last to first.
Enhancements
- The functions ForEach and Join can now also sort on the values of the subparameters.
Fixed errors
- The Encode function now encodes international (Unicode) characters for use in RTF.
- Sometimes parameter indexing via subparameter number would not be recognized.
Beta version 10.10.21 - October 21, 2010
New features
- International text is now fully supported everywhere.
- Apart from text files in ASCII format, now UTF 8 and UTF 16 encoded text files can also be read and written; the text format is automatically detected and can also be specified.
Changes
- Windows 98 and ME are not supported anymore.
- The command line command "/OptionFile" has been renamed to "CommandFile".
- De predefined parameter "_CurrentInFile" has been renamed to "_CurrentFile".
Beta version 10.9.14 - September 14, 2010
New features