Or you can use LSCurrencyFormat(); the function will return a currency value using the locale convention. Default value is "local."
Syntax
LSCurrencyFormat(number [, type ])
number
The currency value.
type
Currency type. Valid arguments are:
none -- (For example, 10.00)
local -- (Default. For example, $10.00)
international -- (For example, USD10.00)
English (UK)
Local: £100,000.00
International: GBP100,000.00
None: 100,000.00
Sylvano
dsylvano@hotmail.com
"every and each day when I learn something new is a small victory..."