Library is provided by Loupe
https://loupe.team
info@loupe.team
1-800-240-7042
DataBuffer is useful for managing a bunch of data that needs to be appended. It allows data to be appended without recalculating current length each time.
-Concatentating several strings efficiently
-Concatentating data that is not a String
For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/databuffer.html
To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run lpm install databuffer
. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html
This project is licensed under the MIT License.