Iterates through a list of strings, returning one string on each iteration.
Input Arguments
0 |
String Ref List |
String List |
The name of the string reference list. |
1 |
Integer |
String Index |
The starting index from which to iterate in the list. |
2 |
Step ID |
Step to Jump at End of List |
The step to jump to upon reaching the end of the list. |
Return Arguments
3 |
String |
Resultant String |
The current iteration’s string. |
Returned Status
SUCCESS |
The string was returned successfully. |
FAILURE |
An invalid reference list or index was supplied. |
Remarks
String indices are zero based, so the first string in a string reference list is at index 0.