Skip to content

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).

RevenueLabel := "Total: " & ToText(Round([Revenue], 0))