Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>ega43()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 EGA43()
 Switches to the 43-line EGA mode
------------------------------------------------------------------------------
 Syntax

     EGA43() --> lSwitched

 Returns

     EGA43() returns .T. if the screen graphics adapter successfully switched
     to the 43-line mode.

 Description

     This function can be used with either an EGA or VGA card.  A 43-line
     mode is requested, and the maximum number of coordinates for the
     CA-Clipper screen output is automatically increased.  It isn't necessary
     to also call the SETMAXROW() and SETMAXCOL() functions.

 Note

     Important!  This function cannot be implemented when windows are
     open.

 Example

     The following example switches to 43-line mode, making lines 0 to 42
     available:

     IF ISEGA()
        EGA43()
     ENDIF

     @ 42, 10 SAY "CA-Clipper"      // Last line
     WAIT
     CGA80()                        // Return to 25-line mode


See Also: CGA40() CGA80() VGA50() MONOCHROME() SETSCRMODE()

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