The RemoveLast function removes the last item without deleting the object.
Syntax
Array.RemoveLast()
Parameters
The RemoveLast function has no parameters.
Return value
The RemoveLast function has no return values.
Example
myArray.RemoveLast()