Skip to main content

FIXED

Rounds a number to the specified number of decimals and returns the result as text.

CategoryText
SyntaxFIXED(number, [decimals], [no_commas])

Parameters

ParameterRequiredDescription
numberRequiredThe number to round and convert to text.
decimalsOptionalThe number of digits to the right of the decimal point. Defaults to 2.
no_commasOptionalIf TRUE, suppresses comma separators. Defaults to FALSE.

Example

FIXED("text")

Auto-generated from the EngCanvas function registry.