Language Reference Guide : 4. System Classes : StringObject Class : ConcatVarchar Method
 
Share this page                  
ConcatVarchar Method
The ConcatVarchar method concatenates text to the end of the string object.
This method has the following syntax:
StringObject = StringObject.ConcatVarchar(text = varchar)
This method has the following parameter:
text
Specifies the text to be concatenated
This method returns a reference to the original StringObject.