ListCount
The ListCount function returns the number of values stored in a list.
Prototype
ListCount(List)
Arguments
List Variable By value
Argument contains the variable of type list.
Returns
Number
Exception
Undefined
Undefined is returned if the argument is not a list.
Example:
ListCount($$myList)