Input.ScrollToLine

Input.ScrollToLine (

string ObjectName,

number Line )

Description

Scrolls the text to a specific line in an input object when multiline is enabled.

Parameters

ObjectName

(string) The name of the input object.

Line

(number) The specific line to scroll to in the input object. You can use -1 to scroll to the last line.

Returns

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

See also: Related Actions