ArrayLast()

Returns the last element of an array

Usage

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

Calling

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

ArrayLast(
   array=?
);

Supports passing parameters as a structure using ArgumentCollection:

ArrayLast( ArgumentCollection={
   array : ?
} );