Home Search

DriveWorks Pro 21
ListCountItems

Send Feedback

ListCountItems

This function counts the number of items in a list.

Syntax

ListCountItems([List])

Where:

List is the pipe separated list to return the number of items from.

Examples

Rule

Meaning
ListCountItems("A|B|C|D|E|F")This will return 6, as the number of items in the list.
ListCountItems(DWVariableListItems)If the result of the variable ListItems is A|B|C|D|E|F this will return 6