Input.ScrollLines

Input.ScrollLines ( 

string ObjectName,

number Lines )

Example 1

-- Scrolls the text in the "Input1" input object 2 lines.
Input.ScrollLines("Input1", 2);

Scrolls the text in the "Input1" input object 2 lines in a downward direction.

Example 2

-- Scrolls the text in the "Input1" input object -2 lines.
Input.ScrollLines("Input1", -2);

Scrolls the text in the "Input1" input object 2 lines in an upward direction.

See also:  Related Actions