Site hosted by Angelfire.com: Build your free website today!
NAME
  VIEW PRINT Statement

SYNOPSIS
  VIEW PRINT [toprow% TO bottomrow%]
      o toprow%       The number of the top row of the text viewport.
      o bottomrow%    The number of the bottom row of the text viewport.
      o If you omit the toprow% and bottomrow% arguments, VIEW PRINT sets the
        entire screen as the text viewport.
      o Ranges for toprow% and bottomrow% depend on the screen mode.

DESCRIPTION
  Sets the boundaries of the screen text viewport.

  Example:
      VIEW PRINT 10 TO 15
      FOR i% = 1 TO 100      'Output will scroll.
          PRINT i%
      NEXT i%

SEE ALSO
  CLS LOCATE PRINT LPRINT SCREEN Statement WIDTH Screen Modes