StructCount()

Returns the number of elements within the structure

Usage

NUMERIC = StructCount( struct )
Argument Summary
struct struct1

Calling

Supports named-parameter calling allowing you to use the function like:

StructCount(
   struct=?
);

Supports passing parameters as a structure using ArgumentCollection:

StructCount( ArgumentCollection={
   struct : ?
} );