AdsGetDecimals

Advantage Client Engine

Retrieves the decimals setting

Syntax

UNSIGNED32

AdsGetDecimals (UNSIGNED16 *pusDecimals);

Parameters

pusDecimals (O)

Returns the current decimals setting.

Remarks

AdsGetDecimals will return the current decimals setting. The value returned is either the default or the latest value set through the AdsSetDecimals function.

AdsGetDecimals is a global setting that affects the behavior of the entire application.

Example

Click Here

See Also

AdsSetDecimals

AdsCreateIndex