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>iscent()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   ISCENT()

       Purpose

   Determine status of the SET CENTURY ON/OFF command.

       Parameters 

   None.   

       Return Value

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

       Comments

   Query Clipper's SET CENTURY command and change it if necessary.

       Example

   .
   .
   .
   xdate = ctod('01/01/2000')
   if ! ISCENT()                  && is 'century' on ?
        set century on
        @ 0,0 get xdate           && displays '01/01/2000'
        clear gets
   endif
   .
   .
   .


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