Product SiteDocumentation Site

5.3.10.26. remove


>>-remove(index)-----------------------------------------------><

Returns and removes from a collection the member item with index index. If no item has index index, this method returns the Nil object and removes no item.
Removing an item from the list at position index will shift the relative position of items after position index. The index values assigned to those items will not change.