Input.SetText

Input.SetText ( 

string ObjectName,

string Text )

Example 1

Input.SetText("Info Text", "Enter Here");

Changes the text in the input object named "Info Text" to "Enter Here".

Example 2

Input.SetText("Search Text", "Text to Search");

Changes the text in the input object named "Search Text" to "Text to Search".

See also:  Related Actions