Skip to main content
Skip table of contents

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

NONE
set size = anArray.count();
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.