Hello again.. i was stuck on this idea of mine, i have a text file with each line is formatted like this:
JAPAN | MOTOR | TECHNOLOGY | A
KOREA| CAR | TECHNOLOGY | E
CHINA | LED | ELECTRONICS | B
then i have 4 listbox named: listCountry, Product, Tech and Grade.
How can i store each line of text to corresponding listbox? and can i also save it again if changes..
or do you have any other recommended ways to do that?
Thanks..
JAPAN | MOTOR | TECHNOLOGY | A
KOREA| CAR | TECHNOLOGY | E
CHINA | LED | ELECTRONICS | B
then i have 4 listbox named: listCountry, Product, Tech and Grade.
How can i store each line of text to corresponding listbox? and can i also save it again if changes..
or do you have any other recommended ways to do that?
Thanks..
Comment