<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > StringBuilder |
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"
StringBuilder Module Classes
StringBuilder module implements the following classes:
1.StringBuilder
provides a fast and efficient string concatenation engine
2.cStringBuilderArray
provides a fast and efficient string concatenation engine using a string array for internal strings storage
Wiki/Help
StringBuilder help can be found at https://github.com/petrSchreiber/thinBasic_StringBuilder/wiki
Author
Petr Schreiber: https://github.com/petrSchreiber