- The first 6 characters (1,6) for all rows would be the same . Following this
- in the first row (7,1 st position) there will be some 1 digit
- in the second row there will be EOL(7,3 rd position), followed by 9 Characters (H6E016094)(10,9 th position)
- in the third row there will be 95 followed by 7 digits (4125159) (9,7 th position)
2188571
218857EOLH6E016094
218857954125159
How do I strip these fields from file and diplay that in a form inside a List Box. Below is how I expect to see the value from the file to be displayed.
I see your sample but that's not what I meant. I'm looking for an actual data file.
In your explanation you seem to want to put data from the first 3 lines in the file on the same line in the listbox/listview. Is that correct? If so is there more data and is all the data in sets of 3 rows?
All the data to be populated for one row is there in the file. Always data from set of 3 rows in line will form a one row in the listbox. If I go with more data in the sample file, that won't help much I think Martin.