Currency_SetThousandsSymbol()

Examples


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

Syntax

Currency_SetThousandsSymbol(multiformat_value, thousands_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.

thousands_symbol A string value to be used as a thousands separator. This string can be only one character in length.

Return value

String specified in the thousands_symbol parameter.


Documentation Feedback