ToText
ToText(value) · Scalar
Casts a number or date to text (dates render ISO). Required before concatenating with &, which takes string operands only — there is no implicit number→string coercion in SquareX (SQX006).
Example
Section titled “Example”RevenueLabel := "Total: " & ToText(Round([Revenue], 0))