Description
StringBuilder is a class module that provides a fast and efficient string concatenation engine
StringBuilder class module is developed by Petr Schreiber and released as open source in Github at https://github.com/petrSchreiber/thinBasic_StringBuilder
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "stringBuilder"
Wiki/Help
StringBuilder help can be found at https://github.com/petrSchreiber/thinBasic_StringBuilder/wiki
Author
Petr Schreiber: https://github.com/petrSchreiber