2014-10-02 Version 6.3.0
- The functions SubstringAfterLast and SubstringBeforeLast will get the part of a string before a particular substring, or after it. For example, you could extract the extension of a file name with «SubstringAfterLast(Filename, ‘.’)»
- The GetRegistryValue function will enable extraction of values from the Windows registry.
A fair number of bugs have been fixed (including one where a MySQL data source would return empty sets of records)