bas7qck.hlp (Table of Contents; 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
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
VIEW PRINT [topline% TO bottomline%]
 
    ■ topline%      An integer expression; the top of the text viewport.
    ■ bottomline%   An integer expression; the bottom of the new text
                    viewport.
 
  ■ Use no arguments to set the text viewport boundaries to entire screen.
  ■ Ranges for topline% and bottomline% values depend on the screen mode.
  ■ Statements that operate within the text viewport include CLS, LOCATE,
    PRINT, WRITE, INPUT, and the SCREEN function.
 
See Also    CLS       PRINT    SCREEN Statement
            LOCATE    WIDTH    SCREEN Function