| CASING ON | Index Level | c function |
| Syntax |
expression CAT expression
expression : expression |
| Category | BASIC |
| Type | Operator, Relational |
| Description |
concatenates strings in an expression.
"cat" and the ":" operator are identical. |
| Options | |
| See Also | CRT := PRINT string expressions : assignment |
| Example |
z = x cat y
This is equivalent to: z = x : y |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| CASING ON | Index Level | c function |