numElements
Get number of elements in data set
Syntax
length = numElements(dataset)
Description
length = numElements(dataset)
gets the number of elements in the
top-level dataset. To get the number of elements of a nested data set, use
numElements
with the nested data set.