Numeric Functions in Integrator

The Integrator Calc object supports the following numeric functions:

Special Pattern Characters

Special pattern characters represent other characters, strings, or classes of characters. Unless otherwise noted, these must be contained in quotes (" ") if they are to appear in the prefix or suffix as literals.

Character Description
0 Placeholder for a digit. The return value will always include a digit.
# Place holder for a digit. If not needed, the return value will not include a digit.
$, €, £, ¥ Currency prefixes for dollar, euro, pounds, and yen.
- Negative sign.
. Decimal separator for locale.
, Grouping separator for locale (used in integer portion).
E Separates mantissa and exponent for exponential formats.
% Multiplies by 100 and shows as a percentage.