Previous Topic

Next Topic

MakeCurrency - MaxBasic Function

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.

See Also

Foreign Exchange Functions

Book Contents

Book Index