This function counts the number of items in a list.
ListCountItems([List])
Where:
List is the pipe separated list to return the number of items from.
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 |