Hi
I've got an unsorted list box containing only numbers. I want to sort/unsort it into numberical order using two option buttons. I know that a simple bubblesort algorithm can sort the list into order, but how would I go about it. Would I use strings or some other method of storage?
