Currency_SetSymbol()

Examples


The Currency_SetSymbol() function defines a string to use as a currency symbol when the specified multiformat value is applied to a currency field.

Syntax

Currency_SetSymbol(multiformat_value, currency_symbol)

Parameters

multiformat_value An integer value that you assign to the currency format being defined. If your application is integrating with Microsoft Dynamics GP, this value must be in the 3000-4999 range. If you’re creating a stand-alone application, this value must be in the 1000-2999 range.

currency_symbol A string value to be used as a currency symbol. This string can be up to five characters in length and can include spaces.

Return value

String specified in the currency_symbol parameter.


Documentation Feedback