Label.SetText

Label.SetText ( 

string ObjectName,

string Text )

Description

Sets the text displayed in a label object.

Parameters

ObjectName

(string) The name of the label object.

Text

(string) The text to display in the label object.

Returns

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

Availability

Standard

Pro

See also:  Related Actions