| StringBuilder | V1.0 F1.7 |
![]() |
New StringBuilder | Instanciates a new StringBuilder object. |
![]() |
GrowRate | Int | Sets/Gets a value indicating how many strings you are planning to append. Default is 50l, but you should set it to a larger number closer to the number of appends your code may perform (only when concatenating big strings) |
![]() |
Append | Variant | Appends the text. |
![]() |
(default) ToString | Gets the concatenated string. |
![]() |
-- | -- |
![]() |
-- | -- | -- |
![]() |
-- | -- |
![]() |
-- | -- |