Returns a currency’s label, translation operator, and scale.
Syntax
<HsvICM>.GetCurrencyInfo lCurID, pbstrCurrencyLabel, pbstrCurrencyOp, psCurrencyScale
Argument | Description |
---|
lCurID | Long (ByVal). The currency ID of the currency. |
pbstrCurrencyLabel | String. Returns the currency’s label. |
pbstrCurrencyOp | String. Returns the currency’s translation operator. |
psCurrencyScale | Integer. Returns the currency’s scale. |