forlang.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.
scrolltextwindow
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The scrolltextwindow subroutine scrolls the text in a text window
     (previously defined by the settextwindow function).
 
     The <lines> argument specifies the number of lines to scroll. A
     positive value scrolls the window up (the usual direction); a
     negative value scrolls the window down. Specifying a number larger
     than the height of the current text window is equivalent to calling
     clearscreen($GWINDOW). A value of 0 for <lines> has no effect on
     the text.
 
     Return Value
 
     None.
                                    -♦-