[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
CSETDECI()*
Queries the setting for SET DECIMALS TO
------------------------------------------------------------------------------
Syntax
CSETDECI() --> nDecimalPlaces
* This function is retained for compatibility purposes. Use the
CA-Clipper SET() function to develop future applications.
Returns
CSETDECI() returns the value of the current number of decimal places
that are displayed.
Description
This function queries the current setting for SET DECIMALS TO.
Note
. This function cannot change the number of decimal places.
Examples
. Set decimal places with CA-Clipper:
SET DECIMALS TO 2
. Returns the number of decimal places previously set:
? CSETDECI() // 2
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson