<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > StringBuilder > StringBuilder Class > <StringBuilder> Methods > <StringBuilder>.AddLine |
Description
Appends text to string builder along with end of line (Windows style)
Syntax
<StringBuilder>.AddLine(addedText)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
addedText |
String |
No |
A string to add into stringBuilder object |
Remarks
Restrictions
See also
Examples