ue.20b9
Converts currency punctuation to 'American'.
Syntax
american.format = oconv(intl.format, 'u20b9') american.format = oconv(intl.format, 'u20b9;char')
Description
converts International currency punctuation (#1.000,00) to American punctuation ($1,000.00)
The 'char' is converted to a '$' (dollar sign). If 'char' is not specified, then '#' (pound sign) is assumed.
The '.' (periods) are converted to ',' (commas).
The ',' (commas) are converted to '.' (decimal points).
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
