<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > StringBuilder > cStringBuilderArray Class > <cStringBuilderArray> Methods > <cStringBuilderArray>.Add |
Description
Appends text to cStringBuilderArray object.
Can take any number of comma delimited parameters.
Syntax
<cStringBuilderArray>.Add(addedText [, anotherText])
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
addedText |
String |
No |
A string to add into cStringBuilderArray object |
anotherText |
String |
Yes |
Another string to add into cStringBuilderArray object |
... |
String |
Yes |
... |
Remarks
Restrictions
See also
Examples