I have opened a text file and am attempting to loop through the lines of data. However, using the EOF function I can't seem to reset this setting without closing and reopening the file. So what's happening is when I try to start a new loop it recognizes that it's already at the end of the file and skips over the next loop. I'm assuming I'm missing something obvious. Any help would be greatly appreciated.