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