<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > StringBuilder > StringBuilder Class > <StringBuilder> Properties > <StringBuilder>.Capacity |
Description
Sets or retrieves current capacity of internal character buffer
Syntax
GET
n = <StringBuilder>.Capacity
SET
<StringBuilder>.Capacity = newCapacity
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
newCapacity |
Number |
No |
New internal stringbuilder object capacity |
Remarks
Restrictions
See also
Examples