[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|             ISCOLOR             |
+---------------------------------+
ISCOLOR()

-----------------------------------
Returns true if you have color capability.
Return value - Logical
-----------------------------------

The ISCOLOR() function returns a logical value indicating whether or not
a system is capable of displaying color.  A value of true (.T.)
indicates color capability (whether or not a color monitor is actually
being used), while false (.F.) indicates monochrome.

+---------------------------------+
|             Examples            |
+---------------------------------+
IF ISCOLOR()
        SET COLOR SET TO color
ELSE
        SET COLOR SET TO mono
ENDIF

-----------------------------------

See Also:  SET DISPLAY, SYS(2006) Graphics card

-----------------------------------

See Also: SET DISPLAY SYS(2006) Graphics card
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson