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>ismath()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ISMATH()
 Determines if a math coprocessor is installed
------------------------------------------------------------------------------
 Syntax

     ISMATH() --> lCoprocessor

 Returns

     ISMATH() returns .T. value when a math coprocessor is installed in the
     system.

 Description

     ISMATH() determines if a math coprocessor is available to your CA-
     Clipper application.

 Example

     Determine if a math coprocessor is available to the application:

     IF ISMATH()
        ? "Coprocessor available."
     ENDIF


See Also: CPUTYPE()

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