Previous Topic

Next Topic

Book Contents

Book Index

Creating Currency Rates AutoEdit Member

The AutoEdit member for currency rate conversion can reside in any user source library. This member should contain the following variables:

%%LOCAL_CURRENCY=xxx

Mandatory. Local currency used at the site. The local currency is specified by selecting a three letter variable from the variables listed in the member. For example, %%LOCAL_CURRENCY=DLR

%%ROUND_CURRENCY=[YES | NO]

Mandatory. What to do when one or more digits after the decimal point cannot fit into the space allowed by the format mask. These digits can be truncated or rounded to the right-most digit that fits in the mask. For example, %%ROUND_CURRENCY=NO

Parent Topic

Implementing Euro Currency Support