array.insertAt()
Inserts a value at the specified position in the array. If the element is inserted before the end of the array, Lucee shifts the positions of all elements with a higher index to make room.
array.insertAt( position=number, value=any )
Returns: Array