Variables.Item



Item(vPv As Variant) As Variable

Parameters

vPv As Variant
vID As Variant
Index or name.

If the parameter is a numerical value, the variable is searched by its index (>= 0 and <= Count-1).
If it is an alphanumerical value, the variable is searched by its unique name.
ED
avaliable
RT
avaliable

Remarks

Returns the object Variable from the collection, which is identified by the parameter vID.

The parameter vID can have two values:


·	 Index: Access with an index mostly is used in combination with the property Count 

		to find out the position of the variable object in the list.

·	 Variable name: The variable can also be accessed with its unique name.

See Also

Variables, Variable