Description
Returns the name of an input. An input's name is set when it is created using the Add method of the parent input collection object. After an input has been created, its name can not be changed.
Syntax
object.Name
Arguments
None.
Return Value
(String) – The name of the input
Example
inputName = theInput.Name