Initializing help system before first use

getlistsize

getlistsize


Purpose
Get the size of a list.
Synopsis
int getlistsize(XPRMlist list);
Argument
list 
Reference to a list
Return value
Size (=number of elements) of the list.
Further information
This function returns the size, that is the number of elements, of a given list.
Related topics