Re: Reading from mulitple files

2002-11-04 Thread John W. Krahn
Kevin Old wrote: > > Hello all, > > I know this has been asked a few times over the years, but I can't find > an answer that is what I need in the archives. > > I have 2 files. I have a for loop. I need to read from both files with > 1 file handle, or whatever will allow my code to read from bo

Re: Reading from mulitple files

2002-11-04 Thread Ovid
--- Kevin Old <[EMAIL PROTECTED]> wrote: > Hello all, > > I know this has been asked a few times over the years, but I can't find > an answer that is what I need in the archives. > > I have 2 files. I have a for loop. I need to read from both files with > 1 file handle, or whatever will allow my

Reading from mulitple files

2002-11-04 Thread Kevin Old
Hello all, I know this has been asked a few times over the years, but I can't find an answer that is what I need in the archives. I have 2 files. I have a for loop. I need to read from both files with 1 file handle, or whatever will allow my code to read from both files alternating between them.