Functions Documentation
View Function Edit Function
Name fmtCurrency
Syntax (fmtCurrency currency [amount]) -> string
Argument List currency: UNID of the currency you want to format the string in
[amount]: the amount you want in the string
Returns string: the name of the currency plus an amount, if specified.
Category economy, 1.06
Description Allows the formatting of currency in text.
Example (fmtCurrency &ecRineconomy; 5000)

returns 5000 rin.
Comment You may use fmtCurrency to format a string containing a currency value.