Home Search

DriveWorks Solo 21
ListGetItem

Send Feedback

ListGetItem

This function returns the specified item from a list of items

Syntax

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.

Examples

Rule

Meaning
ListGetItem("A|B|C|D|E|F",2)This will return the second (2) item in the list (B)