CALC.fixed(number, decimals, no_commas)
Rounds a number to the specified number of decimals, formats the number in decimal format using a period and commas and returns the result as text. Number is the number you want to round and convert to text. Decimals is the number of digits to the right of the decimal point. No_commas is a Boolean value that, if true, prevents the function from including commas in the returned text.
Example
CALC.fixed(1234.567, 2, false);
// returns 1,234.57
| << CALC.find(string1, String2, search_index) | © 1996-2013 InetSoft Technology Corporation (v11.5) | CALC.left(string, num_chars) >> |