ListItem (list, int index)

Returns a string or an object, depending on whether the list is a stringlist or an objectlist. Gets an item from the list by index. The index is zero-based. (The first item is at index 0, the second is at index 1, etc.)

Usually you will know the type of list that you’re passing in, so you should use the StringListItem or ObjectListItem functions instead.

NOTE: This a hard-coded function.


textadventures.co.uk
This site uses Just the Docs, a documentation theme for Jekyll.