Text with delimter, how do i do this? (RESOLVED)
Hi, quite a newbee into VB and got stuck with this problem.
Hope someone can help me with this.
I have a text file with delimters which looks like this. This is two lines:
Skybanner;DSK;;Aero Algarve;Portugal
Aero Asia;RSO;E4;Aero Asia International (Private);Pakistan
As you can see in the first line there is missing some data but is supposed to be ok.
Here´s what i can´t figure out how to do:
I want a combobox with the first names, in this case, Skybanner and Aero Asia and nothing else from these lines.
The next 4 informations, i.e. from line 2, RSO;E4;Aero Asia International (Private);Pakistan i want to be able to display on 4 different labels.
Also when i scroll the combobox the labels should update with whatever name i choose from the list i.e. the Skybanner name.
Can someone give me an idea of how to do this?
Kind regards
Frank