[Tutor] Newbie simple question

Kent Johnson kent37 at tds.net
Sat Feb 26 02:40:50 CET 2005


Valone, Toren W. wrote:
> I need to know how to read the next line while in the "for line in" loop.
> Readline does not read the next line (I watched it in debug) I think it has
> something to do with the for line loop but I have not found any
> documentation in the doc's or tutor for any functions for line..

I think
   line = remailfile.next()
will do what you want. Give it a try.

Kent



More information about the Tutor mailing list