I have a listbox as follows, columns will always be the same amount, rows are a random amount:
I currently use a foreach loop to split each line by the tab character, then write the seperate parts to different parts of a text file.
I want to write the listbox to a two dimentional array so that I can do a bit or sorting first but I have no idea how to do it logically.
Here is my code in all it's gory detail
Thanks in advance.
Code:
a b c
d e f
g h i
I want to write the listbox to a two dimentional array so that I can do a bit or sorting first but I have no idea how to do it logically.
Here is my code in all it's gory detail
Thanks in advance.