CONCAT
Joins two or more text strings into one string.
Aliases: CONCATENATE
| Category | Text |
| Syntax | CONCAT(text1, [text2], ...) |
Parameters
| Parameter | Required | Description |
|---|---|---|
text1 | Required | The first text item to join. |
text2 | Optional | Additional text items to join. |
Example
CONCAT("text")
Auto-generated from the EngCanvas function registry.