NumElements

Name

NumElements -- Returns the number of elements in a list

Synopsis

NumElements[list->NLIST(T*)] =: INTEGER 

Description

NumElements returns the number of elements in list. The difference between this function and Length is that this function is not listable, while Length is.

See also

Length. NthChar.