View Single Post

  #2 (permalink)  
Old 04-28-2008
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,055
Re: problem while read NMEA.txt file

Hi,

Your code example read the file line by line by ReadLine() until the end of file is reached. since you do it in a timer event the next time the same file is completely read, so if it is updated then you also have updated information. Do I understeand you question well? If not please rephrase.
Reply With Quote