Get it at:
https://semware.com/files/tse-pro-install/tse-setup-4.50.5.zip
---------------------------------------------------------------------------------
16 Apr 2025
---------------------------------------------------------------------------------
Bug fixes:
StrReplace() crashes if the resulting string is > MAXSTRINGLEN.
Fixed. Thanks to Carlo Hogeveen for the report and a macro to
reproduce the problem.
Updates:
LoadMacro() still returns 0 for failure, but on success, returns
a pointer to the macros descriptor, which is always non-zero.
isMacroLoaded() still returns 0 for failure, but on success,
returns a pointer to the macros descriptor, which is always
non-zero.
Thanks to Carlo Hogeveen for the suggestions.
CodePage is now read-only. Thanks to Carlo Hogeveen for the
suggestion.
Updated CmpBuffers macro from Carlo Hogeveen
New in CmpBuffers v1.2.1:
Added a macro start-up check for unknown parameters.
New in CmpBuffers v1.2:
Moved the menu option "Compare the only 2 buffers" to the top.
Added:
SetFileDateTime(string fn, integer year, month, day, hour,
minute, second) Inspired by Carlo Hogeveen version.
Thanks for using TSE!