Returns arrays containing the currency IDs and labels of the application’s currencies. The arrays have a one-to-one correspondence.
To return only currencies for which the DisplayInICT attribute is enabled, use EnumCurrencies2. |
<HsvCurrencies>.EnumCurrencies pvaralCurrencyIDs, pvarabstrCurrencyLabels
Variant. Returns an array of currency IDs. The array is returned as a Long subtype. | |
Variant. Returns an array of currency labels. The array is returned as a String subtype. |
The following example prints the labels of an application’s currencies to Visual Basic’s Immediate window.