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>isat()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ISAT()
 Determines if a program is running on an AT
------------------------------------------------------------------------------
 Syntax

     ISAT() --> AT

 Returns

     ISAT() returns .T. value when the program is running on an
     AT-compatible system.

 Description

     ISAT() determines if your CA-Clipper application is running on an
     AT-class system.

 Note

     .  The function also returns .T. for systems with an 80386 or
        80486 processor.

 Example

     Since you can set the hardware clock on an AT (in contrast to an XT),
     use ISAT() to determine if SETDATE() and SETTIME() function properly:

     IF ISAT()
        ? "The internal clock can be changed."
     ELSE
        ? "Time and date will be lost after booting!"
     ENDIF


See Also: SETDATE() SETTIME()

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