Description
-
Removes variable from the collection.
Return Type
-
None
Syntax
-
object.Remove Variable
The Remove Method syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPVars. |
| Variable |
Required. A Variant value. Specifies an
Item to be removed from XMPPVars collection. |
Remarks
-
Removes specified Item from the XMPPVars
collection. The Variable parameter should be
an index, specifying an existing item in the collection, or
name of the variable you wish to remove.
|