Description
Returns an argument from the TestComplete command line by the argument’s index. The command text (its index is 0) specifies the full path and name of the TestComplete executable. The total number of arguments in the command line (the arguments only, the command text is not processed here) is specified by ParamCount
.
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Index
The index of the desired argument in the TestComplete command line.
Note: | The index of the arguments is not zero-based. However, you can use the 0 index to access the fully-qualified name of the TestComplete executable. |
Result Value
A string that corresponds to the desired command-line argument.