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

          Determines if the current screen is a monochrome or fully
          monochrome compatible monitor.  A VGA emulating a monochrome
          monitor will not return indicating a monochrome is attached.
          Returns a logical true (.T.) or false (.F.) indicator.


      Format: 

               ismono()


      Parameters: 

               None.


      Examples: 

               1.   Determine if the current monitor is monochrome.

                    .
                    .
                    .
                    if ismono()
                         (do monochrome stuff)
                    endif
                    .
                    .
                    .


      Returns: 

               .T.  .....Indicates that the current screen is a monochrome
                         type.

               .F.  .....Indicates that the current screen is not a
                         monochrome type.


      Cautions: 

               None.

See Also: ISCGA() ISEGA() ISVGA()

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