Function that removes an item from the list. Will fail if the list is read only.
"objectCollection_var" is a variable referencing an ObjectCollection object. |
"objectCollection_var" is a variable referencing an ObjectCollection object. |
| Type | Description |
| boolean | Returns true if the removal was successful. |
| Name | Type | Description |
| index | uinteger | The index of the item to remove from the collection. The first item has an index of 0. |