ListNumItems

int ListNumItems (ListType list);

Purpose

This function returns the number of items in a list.

Parameters

Input
Name Type Description
list ListType The list for which the number of items it contains will be returned.

Return Value

Name Type Description
numberOfItemsInTheList integer Returns the number of items in the list.