Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>drv_begin()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DRV_BEGIN()
   Sets up the Clipper screen drivers for the graphics screen.

   Syntax
         DRV_BEGIN([nRows] [,nCols])

   Arguments
         OPTIONAL PARAMETERS
         nRows       Sets the number of rows.
         nCols       Sets the number of columns.

   Returns
         None

   Description
         DRV_BEGIN() sets up the Clipper screen drivers so Flipper will
         place the Clipper SAYs and GETs on the graphics screen. You should
         call DRV_FONT() first so that DRV_BEGIN() can use the height and
         width of the font to set the rows and columns to fit the monitor. If
         you want a virtual screen larger or smaller than the size of the
         monitor, use nRows and nCols to set the number of rows and columns.

         The color palette is the default Clipper palette. However, if
         you're working on a black and white graphics monitor, such as
         Hercules, then you will probably want to change the palette to black
         and white.

See Also: _FLPCURSOR() DRV_CURSOR() DRV_END() DRV_FONT() DRV_ORIGIN()

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