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

     VGA28() --> lStatus

 Returns

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

 Description

     In order to generate a pixel height of 14, like that of EGA (for
     instance, to use the accompanying font editor on a VGA adapter), this
     mode must be implemented.

 Note

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

 Example

     Switch to 28-line mode:

     IF ISVGA()
        VGA28()
     ENDIF

     @ 27, 00 SAY CENTER("CA-Clipper")       // Last screen line

     WAIT

     CGA80()                                 // Return to 25 line
                                             // mode


See Also: CGA80() VGA50() EGA43() SETSCRMODE() GETMODE()

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