scrollUpLines()

The consoleLib.scrollUpLines() system function scrolls the on-screen data up the active window by the specified number of lines. This function works with array dictionaries that you have opened in an openUI statement.

Syntax

  consoleLib.scrollUpLines(lines INT in)
lines
The number of lines to scroll up.

Feedback