Returns the name of a feature check at a specified index in a feature check reference list. This command is an iterator, which means it is a shortcut to a traditional loop. Iterators proceed sequentially, one-by-one, from a starting index, until the end of the list.
Input Arguments
0 |
Feature Check Ref List |
Reference List |
The list of feature checks. |
1 |
Integer |
Feature Check Index |
The feature check index at which to start. |
2 |
Step ID |
Step to Jump at End of List |
The step to jump to after iterating through the last feature check in the list. |
Return Arguments
3 |
String |
Collection |
The collection containing the feature check at the specified index. |
4 |
String |
Feature Check |
The name of the feature check at the specified index. |
5 |
Collection Object Name |
Resultant Item |
The feature check at the specified index, as a col- lection object name data type. |
Returned Status
SUCCESS |
The feature check name was determined successfully. |
FAILURE |
The index supplied was beyond the bounds of the list. |
Remarks
Ref list indices are zero based, so the first item in a ref list is at index 0.