Lucee object methods reference
Object Method Array.isDefined
Returns whether there exists an item in the array at the selected index.
Array.isDefined(number index):boolean
Category
array,decision
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
index | number | Yes | The index which to check |