[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPegaThere()
Report presence of an EGA or a VGA
------------------------------------------------------------------------------
Function: XPegaThere()
This function can be used to test for the
presence of an EGA or a VGA adaptor. The
functions relating to specific EGA/VGA routines
should ensure that an EGA or a VGA is present
by using this function. Note that this function
does not differentiate between EGA and VGA,
test for specific VGA presence with the
XPvgaThere() function.
Syntax: XPegaThere()
Arguments: None.
Returns: A logical value, .t. when an EGA or a VGA was
found.
Usage: if .not. XPegaThere()
? 'Sorry, only EGA/VGA allowed here..'
quit
endif
See Also:
XPvgaThere()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson