I know how to use the split function... but I'm using it differently this time.. I want to be able to load a whole list in one listbox.. the format of what I am loading goes like this
aa - bb
cc - dd
ff - hh
and so on..
After that has been loaded, i want to click ONE button that will split the ENTIRE Listbox putting aa in List1 and bb in List2, cc in List1 and dd in List2, ff in List1 and hh in List2, and so on..
So, to summarize, i want to split an entire listbox into two listboxes splitting with a - , By pushing one button. Thanks :)
