RichText.SaveToFile

RichText.SaveToFile (

string ObjectName,

string Filename )

Description

Saves the current text in a richtext object to an RTF file.

Parameters

ObjectName

(string) The name of the richtext object.

Filename

(string) The full path to the rich text (RTF) file.

Returns

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

See also: Related Actions