Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FAST TEXT SEARCH for Clipper v.2.0 - <b>isfixed()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   ISFIXED()

       Purpose

   Determine status of SET FIXED ON/OFF command.

       Parameters

   None.

       Return Value

   .T. if SET FIXED ON, otherwise .F.

       Comments

   Use ISFIXED() to query how a Clipper program module is handling the 
   display of decimals.

           Example

   .
   .
   .
   set fixed on              && control display of decimals
   ? ISFIXED()               && prints .T.
   .
   .
   .

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