Edit

CurrencyFormat (amt, currencycode)

Result Type: Text

Definition: Formats a currency value with an indication of what currency it is. Base currency amounts will use the system or preference symbolic currency format as specified in the Locale document preferences. Other currencies currently use ISO code.

Examples:  CurrencyFormat(1000, "") — returns "$1,000.00"

CurrencyFormat(1000, "USD") — returns "USD 1,000.00"