| .SCREEN Statement QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| SCREEN - a graphics statement that sets the specifications for the |
|          display screen |
|
| Syntax |
|   SCREEN [mode] [,[colorswitch]][,[apage]][,[vpage]] |
|     ž mode is an integer constant or expression that selects a screen mode |
|       for a particular combination of display and adapter: |
|
        MDPA, CGA, EGA, or VGA (Text Only) |
        CGA, EGA, VGA, or MCGA Low- and Medium-Resolution Graphics |
        EGA and VGA Medium- and High-Resolution Graphics |
        EGA and VGA Monochrome High-Resolution Graphics |
        VGA and MCGA High-Resolution Graphics |
        Hercules and Other Adapters |
    ž colorswitch, apage, and vpage are Details |
|
See Also  COLOR   PALETTE   WIDTH |
| Other Uses of the SCREEN Keyword |
  SCREEN function - to read a character's ASCII value or its color from |
|                     a specific screen location |