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

delete


>>-delete(---index--)-----------------------------------------><

Returns and deletes the member item with the specified [index] from the list. If there is no item with the specified [index] , the Nil object is returned and no item is deleted. All elements following the deleted item will be moved up in the list ordering, but the indexes associated with the moved items will not change. The size of the list will be reduced by 1 element. The delete method and the remove method produce the same result for the list class.

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