Syntax
anArray.count()
SemanticsCounts the number of elements in anArray. The count operation returns an Integer value. The count of an empty array is zero.
SubstitutablesanArrayCan be any variable or object attribute having the type Array
Examples
set size = anArray.count();


  • No labels