>- see footer for list info -<
Just a quick run down:

 

 

            res = application.com.currency.convert(fromValue= 13,
fromCurrency="USD", toCurrency="GBP");

 

Will return you the following structure:

CONVERSIONRATE

0.523194224887

FROMCURRENCY

USD

FROMCURRENCYNAME

United States Dollars

FROMVALUE

13

TOCURRENCY

GBP

TOCURRENCYNAME

United Kingdom Pounds

TOVALUE

6.80152492353

UTCTIMESTAMP

2005.04.29 12:00:00

 

Most is self-explanatory. The UTC timestamp is the Universal Time (GMT)
at which the rate was correct.

 

There is also a getCurrencies function that returns you an ordered query
(by currency ISO code) of currency codes (and full name).

 

Adam

_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to