Open Test Architecture API Type Library
AddParam Method
The name of the new parameter.
The initial value.
Description
Adds new parameter to Command object.
Syntax
Visual Basic
Public Sub AddParam( _
   ByVal Name As String, _
   ByVal InitialValue As Variant _
) 
Parameters
Name
The name of the new parameter.
InitialValue
The initial value.
See Also

Command Object  | Command Members