[Array->InsertLast]
Array
Member
Preferred
8.0
[Array->InsertLast] inserts the specified value into the end of the array. The new value is inserted into the last position in the array. The array is modified in-place and no result is returned.
[Array->(InsertLast: 'Value')]