ArrayFirst()

Returns the first element of an array

Usage

OBJECT = ArrayFirst( array )
Argument Summary
array Array/Binary Object

Calling

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

ArrayFirst(
   array=?
);

Supports passing parameters as a structure using ArgumentCollection:

ArrayFirst( ArgumentCollection={
   array : ?
} );