RichText.ScrollLines

RichText.ScrollLines (

string ObjectName,

number Lines )

Description

Scrolls the text in a richtext object.

Parameters

ObjectName

(string) The name of the richtext object.

Lines

(number) The number of lines to scroll. This can be a positive or negative value.

Returns

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

See also: Related Actions