Hello,
I am trying to input a text file into 3 list boxes. But before I do this I must remove "|" and put the the string before it into its respective listbox.
example
Text file:
7|12 Pack Pepsi|4.99
'the lists should look like
list1:
7
list2:
12 Pack Pepsi
list 3:
4.99
Thank you in advance
I am trying to input a text file into 3 list boxes. But before I do this I must remove "|" and put the the string before it into its respective listbox.
example
Text file:
7|12 Pack Pepsi|4.99
'the lists should look like
list1:
7
list2:
12 Pack Pepsi
list 3:
4.99
Thank you in advance