[Array->InsertFirst]

Array

Member

Preferred

8.0

[Array->InsertFirst] inserts the specified value into the start of the array. The new value is inserted into the first position in the array and all the other values in the array are shifted up one position. The array is modified in-place and no result is returned.

[Array->(InsertFirst: 'Value')]