IsStringBuilder()
Syntax
Result = IsStringBuilder(#StringBuilder)Description
Test if the given #StringBuilder number is a valid and correctly initialized string builder object.
Parameters
#StringBuilder The string builder to check.
Return value
Returns nonzero if #StringBuilder is a valid string builder and zero otherwise.
Remarks
This function is bulletproof and may be used with any value. This is the correct way to ensure a string builder is ready to use.
See Also
CreateStringBuilder(), FreeStringBuilder()
Supported OS
All