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

          Determines if the current screen is driven by an Enhanced Color
          Graphics Adapter (EGA).  Adapters which are supersets of the EGA
          standard should be tested for VGA compatibility first.  A VGA
          emulating an EGA will not return indicating an EGA is attached.
          Returns a logical true (.T.) or false (.F.) indicator.


      Format: 

               isega()


      Parameters: 

               None.


      Examples: 

               1.   Determine if the current monitor is an EGA.

                    .
                    .
                    .
                    if isega()
                         (do fancy stuff)
                    endif
                    .
                    .
                    .


      Returns: 

               .T.  .....Indicates that the current screen is an EGA type.

               .F.  .....Indicates that the current screen is not an EGA
                         type.


      Cautions: 

               None.

See Also: ISMONO() ISVGA() ISCGA()

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