About Pi Downloads Documentation Plugins Developer Forum Issues

Array.remove

Summary

Remove the item at the given index in the array, and return new length.

Syntax

Array.remove(index)

Example

>>> var list = [3,5,7,9]
>>> list.getLatest()
9

See Also