Lucee Function Reference
Function ARRAYNEW
create a new array
Example
arraynew([number dimension]):array
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Default Value | Description |
---|---|---|---|---|
dimension | number | No | 1 | Number of dimensions in new array: 1, 2, or 3 |