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>vga50()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 VGA50()
 Switches to 50-line VGA mode.
------------------------------------------------------------------------------
 Syntax

     VGA50() --> lSwitched

 Returns

     VGA50() returns .T. when the screen adapter that you use successfully
     switches to this mode.

 Description

     This function can only be used on a VGA card.  It generates a 50-line
     mode, which automatically increases CA-Clipper screen output to the
     maximum allowable coordinates.  It is therefore not necessary to also
     call the SETMAXROW() and SETMAXCOL() functions.

 Note

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

 Example

     Switch to 50-line mode.  You can then output from line 0 to 49:

     IF ISVGA()
        VGA50()                      // Switch mode
     ENDIF

     @ 49, 10 SAY "CA-Clipper"       // Last line

     WAIT

     CGA80()                         // Return to 25 line mode


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

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