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>ishercules()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ISHERCULES()

Syntax:     ISHERCULES()

Returns:    A logical value.
            The value will be (.T.) if a high resolution monochrome
            graphics card has been installed.

Usage:      The function can be used to establish whether an Hercules
            graphics card has been installed in the system and whether
            it is ready to operate, it is useful in the adaptation of an
            application to various video adapters.

Notes:      ISHERCULES() will return a BIOS setting to the calling
            program.

Library:    CT1.LIB


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

Examples:   * Consider the video mode.
            IF ISHERCULES()

               DO HERC_PROC

            ELSE
               ...

            ENDIF



See Also: ISEGA() VIDEOSETUP()

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