Input.GetText

string Input.GetText ( 

string ObjectName )

Example 1

User_Input = Input.GetText("Cust Name");

Gets the text that is currently displayed in the input object called "Cust Name" and stores it in the variable "User_Input."

Example 2

phone = Input.GetText("Input Phone");

Gets the text in the "Input Phone" input object and stores it in phone.

See also:  Related Actions