MoneyWorks Manual
Edit
!--sphider_noindex-->
CurrencyName ([isoCode], [bLongForm])
Result type: text
Definition: Returns the unit name for a given ISO currency code. if bLongForm is true, returns the fully-qualified name for currencies whose denomination is otherwise ambiguous.
If no parameters are supplied, or the first parameter is an empty string, the currency is assumed to be the base currncy for the document.
Example: CurrencyName("NZD")
— returns "Dollars".
CurrencyName("NZD", true)
— returns "New Zealand Dollars".
Availability: MoneyWorks 9.2.1 and later.
See Also:
CurrencyConvert: Convert amount between currencies
SetExchangeRate: Create and post an exchange rate journal