RichText.ScrollToLine

RichText.ScrollToLine ( 

string ObjectName,

number Line )

Description

Scrolls the text to a specific line in a richtext object.

Parameters

ObjectName

(string) The name of the richtext object.

Line

(number) The specific line to scroll to in the richtext object, or -1 to scroll to the end.

Returns

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

See also:  Related Actions