cherosoullis
Registered User.
- Local time
- Today, 19:42
- Joined
- Jun 23, 2006
- Messages
- 47
I have a file with multible lines. I managed to import this file into VB.NET. Now I want to split the file according to the data of each line. e.g. The lines could start with numpers from 1 to 10 (repeated in many lines). I will greate 10 tables (to store lines starting with relevant number) and I want to enter.
A commant that will say that if line starts from 1 put in 1st table, if line starts from 2 put in 2nd table etc.
Can you help me pls.
A commant that will say that if line starts from 1 put in 1st table, if line starts from 2 put in 2nd table etc.
Can you help me pls.