Adds an element to this collection.

[VBScript]
Public Sub Add( _
   ByVal variable As Variable _
)
[JScript]
public function Add(
   variable : Variable
);

Parameters

variable
The element to add to this collection.

See Also

VariableCollection Object | VariableCollection Members | HelpProducer Namespace