Skip to main content
Skip table of contents

concat() Operation

Syntax
NONE
 set aConcatenation = aString.concat(anotherString|LITERAL {, anotherString|LITERAL})
SemanticsConcatenates an arbitrary number of strings. Returns a new string. The state of the current string is not changed.
SubstitutablesaString, anotherString Can be any variable or object attribute having the type String.  
LITERALString literal.
Examples
NONE
 set aConcatenation = stringSet.s1.concat("!");
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.