Index of the "ArchiveVarED" object within the collection or the
name of the "Variable" object that was assigned to it.
If the parameter is a numerical value, the dynamic element is
searched by its index (>= 0 and <= Count-1).
If it is an alphanumerical value, the dynamic element is searched
by its unique name.
ED
avaliable
RT
not used
Remarks
Returns an "ArchiveVarED" object from the collection, which is
identified by the parameter vNameOrPos.
The parameter vNameOrPos can have two values:
Element name:
The element can be accessed with the unique name of the
corresponding "Variable" object that was assigned to the
"ArchiveVarED" object.
Index:
Access with an index is mostly used in combination with the
property "Count" to find out the position of the "ArchiveVarED"
object in the list.
Hint: The returned object should be checked on Nothing, if
no object for the search criteria was found.