int ListNumItems (ListType list);
This function returns the number of items in a list.
Input | ||
Name | Type | Description |
list | ListType | The list for which the number of items it contains will be returned. |
Name | Type | Description |
numberOfItemsInTheList | integer | Returns the number of items in the list. |