Visual FoxPro 8.0 has a class called Collection. This project demonstrates how to add, remove, sort, and find items in a collection. Collections.pjx is a project that contains 5 different examples on how to use collections in your applications. 1_Collections_AddNewItems : This program will show how to add new items to a collection. 2_Collections_AddNewItemsWithKey : This program will show how to add new items to a collection. 3_Collections_KeySort : This program will show the different ways to sort collections by using the KeySort property. 4_Collections_RemoveItems : This program will show how to remove items from a collection. 5_Collections_GetKey : This program will show the different ways to find items in the collections by using the GetKey method.