Iterates through a list of datums, returning a datum on each iteration.
Input Arguments
0 |
Datum Ref List |
Datum Ref List |
The list of datums. |
1 |
Integer |
Datum Index |
The index at which to start iterating through the list. |
2 |
Step ID |
Step to Jump at End of List |
The step to jump to at the end of the list. |
Return Arguments
3 |
Collection Object Name |
Resultant Item |
The resulting datum. |
Returned Status
SUCCESS |
The datum was retrieved successfully. |
FAILURE |
The supplied list or index was invalid. |
Remarks
Ref list indices are zero based, so the first item in a ref list is at index 0.