2020.2

Table Of Contents
Returns the value of the n'th field of the specified name. This method can be used to retrieve
the value of a specific field when more than one field has the same name.
Parameters
Name
Name of the field to retrieve.
Index
Ordinal of the field to retrieve. To retrieve the value of the first field named Name, use 0. For
the second field, use 1, and so on.
Returns
The value of the specified field as a string. If an field named Name is not found, or Index is
higher or equal to the number of fields named Name (in other words, you specify 4 to get the
fifth but there are only three), an empty string is returned.
Exceptions
l EOleException Index is lower than 0.
Name(Integer Index)
Returns the name of the element at the specified index.
Parameters
Index
0-based Index of the element value to retrieve. The first element in the collection is at index 0,
and the last is at Count-1.
Returns
The name of the element as a string.
Page 235