Aug 25, 2008 #1 OceanDesigner Programmer Joined Oct 30, 2003 Messages 173 Location US I am reading from an input file. I want to point back to the beginning of the file without closing and reopening the file.
I am reading from an input file. I want to point back to the beginning of the file without closing and reopening the file.
Aug 25, 2008 #2 HughLerwill Programmer Joined Nov 22, 2004 Messages 1,818 Location GB Try the Seek statement... http://msdn.microsoft.com/en-us/library/aa266268(VS.60).aspx Upvote 0 Downvote