[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson