LocCurr$

Purpose:

Returns a string with the valid currency format without the 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.

Return value:

String

Example:

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