Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>ismath()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ISMATH()

Syntax:     ISMATH()

Returns:    A logical value.
            The value (.T.) denotes that a math co-processor is installed
            in the system.

Usage:      Since Clipper takes advantage of this co-processor, it is often
            handy to know whether  the co-processor has been installed.

Notes:      It is not possible to establish the presence of a 8087 on a
            PC; this function will only work on an AT.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   IF ISAT()
               IF ISMATH()
                  ? "Co-processor available."
               ENDIF
            ENDIF



See Also: ISAT()

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