TEXT
Converts a number to text using a specified format.
| Category | Text |
| Syntax | TEXT(value, format_text) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value | Required | The numeric value to convert to text. |
format_text | Required | A format string (e.g., "0.00", "#,##0"). |
Example
TEXT(3.14, "0.0") // → "3.1"
Auto-generated from the EngCanvas function registry.