RichText.SetText

RichText.SetText (

string ObjectName,

string Text,

boolean RawRTF = true )

Description

Sets the text displayed in a richtext object.

Parameters

ObjectName

(string) The name of the richtext object to set.

Text

(string) The text to display.

RawRTF

(boolean) Whether the text contains RTF formatting codes, or is regular unformatted text.

VALUE

DESCRIPTION

true

Text contains RTF formatting codes. (Default)

false

Text is regular unformatted text.

Returns

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

See also: Related Actions