StringListItem (stringlist, int index)
Returns the string from the list by the specified index. The index is zero-based. (The first item is at index 0, the second is at index 1, etc.)
You can use the ListItem function if you don’t know the type of the list.
NOTE: This a hard-coded function.