ue.20b9

User Exit/BASIC Program, Releases: R83 3.1

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

Command Name Type Description
basic.user.exits User Exit List of Pick/BASIC user exits.
tcl.set-num-format Verb: Access Designates currency sign locally or globally.
ue.10b9 User Exit Converts currency punctuation to 'International'.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.