Lucee object methods reference

Object Method Array.mid

Extracts a sub array from a array.
Array.mid(number start,[number count]):array

Category

array

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
start number  Yes The position of the first element to retrieve.
count number  No The number of elements to retrieve. If not set, all elements until the end of the array will be returned.