GetStringBuilderString()
Syntax
Result$ = GetStringBuilderString(#StringBuilder)Description
Get the current built string.
Parameters
#StringBuilder The string builder to use.
Return value
Returns the current built string. If the string builder is empty or invalid, an empty string is returned.
Remarks
This function returns the complete string that has been built through multiple calls to AppendStringBuilderString() or AppendStringBuilderStringN(). After calling this function, it's still possible to continue to append strings to the string builder.
See Also
CreateStringBuilder(), AppendStringBuilderString(), AppendStringBuilderStringN(), ResetStringBuilder()
Supported OS
All