◄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►