RemoveLast - Array

Member of: All Arrays

Removes the last item from the array, shrinking it to fit.

SyntaxEdit

Function RemoveLast() native

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

; Remove the last item from the array
MyStringArray.RemoveLast()

; In this case, ["Hello", "world"] would become ["Hello"]

See AlsoEdit