Skip to main content

CONCAT

Joins two or more text strings into one string.

Aliases: CONCATENATE

CategoryText
SyntaxCONCAT(text1, [text2], ...)

Parameters

ParameterRequiredDescription
text1RequiredThe first text item to join.
text2OptionalAdditional text items to join.

Example

CONCAT("text")

Auto-generated from the EngCanvas function registry.