MakeCurrency(Amount: Number,CurrencyCode: String): Number
Passed an Amount and a currency code, returns a currency value.
MakeCurrency function syntax has these named arguments:
Parameter |
Description |
|---|---|
Amount |
Required. The amount to make into a currency value. |
Currency Code |
Required. The currency code to convert to. |