FIXED
Rounds a number to the specified number of decimals and returns the result as text.
| Category | Text |
| Syntax | FIXED(number, [decimals], [no_commas]) |
Parameters
| Parameter | Required | Description |
|---|---|---|
number | Required | The number to round and convert to text. |
decimals | Optional | The number of digits to the right of the decimal point. Defaults to 2. |
no_commas | Optional | If TRUE, suppresses comma separators. Defaults to FALSE. |
Example
FIXED("text")
Auto-generated from the EngCanvas function registry.