ue.10b9
Converts currency punctuation to 'International'.
Syntax
intl.format = oconv(american.format, 'u10b9{; char'})
Description
converts American currency punctuation ($1,000.00) to International punctuation (#1.000,00)
The '$' (dollar sign) is converted to 'char'. If 'char' is not specified, then '#' (pound sign) is assumed.
The ',' (commas) are converted to '.' (periods).
The '.' (decimal points) are converted to ',' (commas).
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.
