qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
VIEW PRINT Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
VIEW PRINT - a device I/O statement that sets the boundaries
             of the screen text viewport
Syntax
  VIEW PRINT [topline TO bottomline]
    ■ Using no arguments causes the screen text viewport to be the
      entire screen.
    ■ topline, a numeric expression that has an integer value, is the
      top of the new text viewport
    ■ bottomline is the bottom of the new text viewport
 
See Also  SCREEN statement  WIDTH  CLS  LOCATE  PRINT
          SCREEN function