ArrayClear()

Removes all the elements of this array, or if an XML object all the child

Usage

NUMERIC = ArrayClear( array )
Argument Summary
array Array Object or XML object

Calling

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

ArrayClear(
   array=?
);

Supports passing parameters as a structure using ArgumentCollection:

ArrayClear( ArgumentCollection={
   array : ?
} );