QUEL Reference Guide
>
QUEL Reference Guide
>
Elements of QUEL Statements
>
Operations
>
String Concatenation
Was this helpful?
String Concatenation
To concatenate strings, use the
+
operator: for example:
"This " + "is " + "a " + "test."
gives the value
"This is a test."
You can also concatenate strings using the concat function; see
String
.
Last modified date: 08/28/2024
This site works best with JavaScript enabled