ue.10b9

User Exit/BASIC Program, Releases: R83 3.1

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

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.20b9 User Exit Converts currency punctuation to 'American'.

User Comments

What do you think?

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

Login to leave your comments.