All collections in the application use the following syntax and methods
Item = Object.Collection(key|index)
Count | Returns the number of items in the collection. |
Remove | Deletes an item from the collection. |
RemoveAll | Deletes all items from the collection. |
Add | Add an item to the collection. |