LIST_SIZE
Description
Returns number of elements in the list
Parameters
A reference to the list
Example
IF LIST_SIZE (Client.Children) > 2 THEN ...
index function function list miscellaneous
Returns number of elements in the list
A reference to the list
IF LIST_SIZE (Client.Children) > 2 THEN ...