JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. 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 getlisttype. Parent Topic List access