Returns the string at the i-th index of a string reference list.
Input Arguments
0 |
String Ref List |
String List |
The name of the string reference list. |
1 |
Integer |
String Index |
The index of the string to retrieve. |
Return Arguments
2 |
String |
Resultant String |
The string at the specified index. |
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.