hi...now i am doing sorted list.
My problem is like this:
I got a store many groups of number in text files
eg:
112 133 121 122
133 144 155 133 122
111 111 112 124 234
122 333 221 223 345
* one line mean one transaction
I did the load file and convert the string to string array.
Now I want to do the sorted list in window form..but my sorted list got a bit problem..
So hope someone can help me..
thanks ya.....