ArrayIsempty()

Determines if the array or xml object is empty of all elements

Usage

BOOLEAN = ArrayIsempty( array )
Argument Summary
array Array Object or XML object

Calling

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

ArrayIsempty(
   array=?
);

Supports passing parameters as a structure using ArgumentCollection:

ArrayIsempty( ArgumentCollection={
   array : ?
} );