Arrays, Collections, Lists Category Posts
- 08/25/11 : How to Erase an Array — removes all of its elements
- 08/13/11 : How to eliminate Duplicates in an Array (assumes prior sort)
- 06/21/11 : How to check whether duplicate exists in a given array
- 09/23/10 : How to Split the given string with multiple delimiters
- 09/22/10 : How to Scramble the words in the given string
- 09/21/10 : How to shuffle items in a array
- 09/06/10 : How to add unique items in a collection
- 01/04/09 : How to Scramble the order of elements in an array.
- 01/04/09 : How to sort data and remove duplicates.
- 01/04/09 : How to replace an item in a collection
- 01/04/09 : How to remove all the items in a collection
- 01/04/09 : How to remove items from a Collection object
- 01/04/09 : How to find out the number of items in the collection
- 01/04/09 : How to check whether an item exists in a collection
- 01/04/09 : How to delete an item in an array
- 01/04/09 : How to insert an item in an array
- 01/04/09 : How to store all the selected items in a ListBox in an array
- 01/04/09 : How to sum all the elements in an two dimensional array
- 01/04/09 : How to find out the number of dimensions of the given array
- 01/04/09 : How to sum all the elements in an array
- 01/04/09 : How to evaluate the total number of elements in a two dimensional array
- 01/04/09 : How to resize an array without losing its contents