Breadcrumbs

count() Operation

Syntax

anArray.count()

Semantics

Counts the number of elements in anArray. The count operation returns an Integer value. The count of an empty array is zero.

Substitutables

anArray

Can be any variable or object attribute having the type Array

Examples

set size = anArray.count();