LocCurrL$

 

Purpose:

Returns a string with the valid currency format and currency symbol for the entered country.

Parameter:

Number         Value to be formatted

String             (optional) Country code/ISO Code of country, whose format is to be used. Format: <ISO639>-<ISO3166> e.g. de-de or en-us.

http://msdn.microsoft.com/en-us/library/0h88fahh%28VS.85%29.aspx

Return value:

String

Example:

LocCurr$(123,"en-us")          Result: "$123.00"