Lucee Function Reference
Function ARRAYLAST
Returns the last element of an array
Example
arraylast(array array):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
array | array | Yes | a array |