Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>csetdeci()*</b> http://www.X-Hacker.org [<<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


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson