Input.ScrollLines

Input.ScrollLines ( 

string ObjectName,

number Lines )

Description

Scrolls the text in an input object when multiline is enabled.

Parameters

ObjectName

(string) The name of the input object.

Lines

(number) The number of lines to scroll (either positive or negative).

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions