FUNCTION:ARRAYFIRST
last edited by
denny
on 01-Oct-2011
arrayFirst
Description
Returns the first item from an array. Throws an error if the array is empty.
Usage Syntax
arrayFirst(array array): any
Return Information
| Return Type |
| 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 | The array to obtain the first Item from |
SideBar
User Login