Initializing help system before first use

getarrsize

getarrsize


Purpose
Get the size of an array.
Synopsis
unsigned int getarrsize(XPRMarray array);
Argument
array 
Reference to an array
Return value
Size (= total number of true entries) of the array.
Further information
This function returns the total number of true entries contained in the array.
Related topics