Software AG Products 10.11 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of String Functions | concat(String str): String
 
concat(String str): String
Appends the specified string to the end of this string.
Input Parameters
str
String The string that is appended to the end of this String.
Return Value
String Returns a string that represents the concatenation of this object's characters followed by the string argument's characters.