Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

SET DECIMALS

Toggle the console display
---------------------------------------------------------------------------------

 Syntax

        SET DECIMALS TO [<nDecimal>]  

 Arguments

        <nDecimal>   Number of decimals places    

 Description

      This command establishes the number of decimal places that Harbour
      will display in mathematical calculations,functions,memory
      variables,  and fields.Issuing no parameter with this command will
      the default  number of decimals to 0.For decimals to be seen,the SET
      FIXED ON  command must be activated.

 Examples

      SET FIXED ON
      ? 25141251/362
      SET DECIMALS TO 10
      ? 214514.214/6325

Status

      Ready

 Compliance

      This command is Ca-Clipper compliant



See Also: SET FIXED SET()

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