-
Sorting Collection Items
As per one VBForums user's recommendation, I decided to use a collection to create an array of objects...
Now I have but one more thing that I need to know...
I have a property called "Number" that is an integer or double (doesn't matter really)...
I would like to sort all of the items in my collection in ascending order according to the value of this property...
Which sort method should I research...
Speed is not a major issue here, anything will work really.
Thanks again,
Squirrelly1 :p
-
Ooh, Ooh... I got it!!!
Nevermind dudes... This is pretty simple to implement :D
Squirrelly1