How do I sort array?

Chong

Regular
Joined
Apr 4, 2003
Messages
79
Is there an easy way to sort Array in VB .NET? For example, the array of aryRank() contains: |5|2|9|7|10|3|10| and I want to sort them but largest number to smallest. What's the best way to do it?

Many thanks in advance!

Chong
 
Back
Top