OnlineVariable.Item



Item(vID As Variant) As Variable

Parameters

vID 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
not used

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

OnlineVariable, Variable