Input.SetText

Input.SetText ( 

string ObjectName,

string Text )

Description

Sets the text displayed in an input object.

Parameters

ObjectName

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

Text

(string) The text to display.

Returns

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

Availability

Standard

Pro

 

See also:  Related Actions