Count the number of items in a list.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
long zlist_nItems(ZLIST hList);
| Name | Type | Comment |
|---|---|---|
| hList | ZLIST | A ZLIST handle, the number of items in which are to be counted. |
The number of items in the list. Zero is returned in the case of an error.
None.