<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > StringBuilder > StringBuilder Class > <StringBuilder> Properties > <StringBuilder>.Length |
Description
Retrieves length of the text currently stored in string builder
Syntax
GET
n = <StringBuilder>.Length
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
This property is read only property
See also
Examples