On Mon, 29 Dec 2014 10:32:03 -0600, Skip Montanaro wrote: > On Mon, Dec 29, 2014 at 10:11 AM, JC <chalao.a...@gmail.com> wrote: >> Do I have to open the file again to get 'rdr' work again? > > Yes, but if you want the number of records, just operate on the rows > list, e.g. len(rows). > > Skip
Yes, I did that. But if I need to use 'rdr' again, I have to open it again, right? Is there any ways to get 'rdr' point to first record again? Thanks. -- https://mail.python.org/mailman/listinfo/python-list