Variables storing information on the current active currency¶
sys.CurrencyName,,a30 |
Name of active currency |
sys.CurrencyRate,,r8 |
Exchange rate for active currency |
sys.RoundingUnit,,r8 |
Rounding unit for active currency |
These three variables are related to the Sculptor multicurrency system, which enables automatic currency conversion. They store values for the currently active currency.
sys.CurrencyName |
The name of the active currency. |
sys.CurrencyRate |
The exchange rate between the current active currency and the application’s main currency. |
sys.RoundingUnit |
The rounding unit to apply to the current active currency. |
The active currency is selected by assigning an currency code value to the variable sys.Currency.