1.4

Number functions
l currency()
l currencyNoSymbol()
l grouped()
l integer()
l integerUngrouped()
l number()
l numberUngrouped()
Note
The locale also influences the output of some Number functions; see "Locale" on page 421.
Tip
For fields that contain a number, you can also enter a formatting pattern directly in the Text Script
Wizard; see "Using the Text Script Wizard" on page 338, "Formatting variable data" on page 341
and Number patterns).
currency(value)
Formats a number as an amount of money. Which currency symbol and which thousands
separator are used depends on the Locale; see "Locale" on page 421.
value
A number. This can be a value from a field that contains a SmallInteger, BigInteger, Float,
SmallCurrency or LargeCurrency.
currency(value, pattern)
Formats a number as an amount of money using a custom pattern. Which currency symbol and
which thousands separator are used depends on the Locale; see "Locale" on page 421. For
available patterns, see see Number patterns.
value
A number. This can be a value from a field that contains a SmallInteger, BigInteger, Float,
SmallCurrency or LargeCurrency.
Page 205