This nifty script will let you convert currencies on the fly
the best part, is that the currencies are gotten from the danish national bank, that are updated each day (nice aint it ?)
however the long names of the currencies are therefore danish... but i think you can handle it
/Currency
^ this function takes 2 or 3 arguments: 1st the amount, 2nd The 'from' currency and the optional 3rd 'to' currency
all currency arguments are ISO (except that €, $ and £ also works)
examples:
/Currency 100 USD GBP <-- converts USD to Pound Sterling
/Currency 250 USD <-- note that the default output is Danish Kroner
the result are shown in a toast window
Also /Currency_Available will show what currencies are available
While typing a messege, you may write [250 USD] or [300 USD GBP] which then converts the 'boxed' expression... the first will output xx DKR, the second xxx GBP
download here:
http://www.mdk-photo.com/MSNScripts/Currency.plsc