Computer Science Canada Vb.net - Making a program read a file and ouputting the line |
Author: | supaphreek [ Thu Dec 09, 2010 6:24 pm ] | ||
Post subject: | Vb.net - Making a program read a file and ouputting the line | ||
So basically, i have a program that reads a textfile. If the line its reading contains a word ive specified, it will output that entire line into a second file. My problem is, when im executing it to find the number of artists(<key>Artist<key>), it always stops at the 670th line and cuts off. eg 669th line : <key>Artist<key><string>Linkin Park</string> 670th line : <key>Artist<key><string>Linkin Park</ So, i would like to know how to fix this problem. When i use it to find the name, it works perfectly and gives me all 690 of them however it doesnt work with artist. Thanks! my code is as follows.
|