Home Search

DriveWorks Pro 22
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)

Additional Resources

MyDriveWorks - Tech Tips

RGB To Hex

This Tech Tip demonstrates how to convert RGB values into Hex values using the ColorHex() Function.