well , I am feeling HAPPY to answer your question , I would like to suggest you to access the source site if it's available , for more information.
An array may be sorted using the Visual Basic Array.Sort() function. The Array.Sort() function accepts an array as a parameter and sorts the elements in the array into alphabetical order.
In the following code sample, the order of the elements in the strColors array is sorted alphabetically:
Dim strColors() = {"Red", "Green", "Blue"}
Array.Sort(strColors)
The Visual Basic Array.Reverse() function may be used to reverse the order of elements in an array. it is particularly useful to call this function after calling the Array.Sort() function to sort elements into reverse order: Dim strColors() = {"Red", "Green", "Blue"}
Array.Sort(strColor s)
Array.Reverse(strColors)
For more information , please do visit source site:
http://www.techotopia.c om /inde x.php/Visual_Basic_Arrays
H ope it will help you out.
Answered by
Uttam
, an ibibo Master,
at
8:34 PM on June 02, 2008