Read Me - Common Public License V1.0 - Copyright Notice(©)

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.

Read Me - Common Public License V1.0 - Copyright Notice(©)