Returns the datum at the specified index in a list of datums.
Input Arguments
0 |
Datum Ref List |
Datum Ref List |
The list of datums. |
1 |
Integer |
Datum Index |
The index in the list. |
Return Arguments
2 |
Collection Object Name |
Resultant Item |
The resulting datum. |
Returned Status
SUCCESS |
The datum was retrieved successfully. |
FAILURE |
The supplied list was invalid, or the index was invalid. |
Remarks
Ref list indices are zero based, so the first item in a ref list is at index 0.