This function returns the specified item from a list of items
ListGetItem([List],[Item Index])
Where:
List is the pipe separated list to retrieve an item from.
Item is the index of the item to return.
Rule | Meaning |
---|---|
ListGetItem("A|B|C|D|E|F",2) | This will return the second (2) item in the list (B) |