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