dpyers wrote:
You never go to the next line... Move
theTextLine=theTextFile.ReadLine theFields=Split(theTextLine, VBTab) |
After
While Not theTextFile.AtEndOfStream |
|
Hello, well can anyone please explain this a little further, like how to read multiple lines from a text file, i really dont understand anything from the code and i need it very badly...
what i want to do is my text file'z contents will be
MyTextFile.txt wrote:
MovieTitle SongName1 SongName2 SongName3
|
i basically want to read 22 lines from a text file, (It is known, and the format of the text file is fixed) i want to store each line in different variables like strVariable1 strVariable2 strVariable3 etc etc... dont know if i can explain my self or not.. but what shud i do ?? I dont think it will be difficult ?