f$Stringbuffer_Add
f$Stringbuffer_Add
Add string to the string buffer. By the generation of XML structures, the strings can be very large. The assembling of very long strings can degrade the performance. In order to prevent this, such a buffer can be assembled efficiently with the functions f$Stringbuffer_Init, f$Stringbuffer_Add and f$Stringbuffer_Get
Syntax: | f$Stringbuffer_Add ( Text ) | ||
| Argument | Type | Meaning |
| Text | String | Append text to the stringbuffer |