u20b9 user exit

The u20b9 user exit converts international currency punctuation (#1.000,00) to American punctuation ($1,000.00).

Syntax

american.format = oconv(intl.format, ’u20b9’)
american.format = oconv(intl.format, ’u20b9; char’)

Description

  • char is converted to a $.
  • . (periods) are converted to , (commas).
  • , (commas) are converted to . (decimal points).
    Note: This converts the punctuation only. It does not convert values at the prevailing exchange rates.