Duncan Gibson wrote: > [snip] > but I would like to record the line number in the file. > How about using enumerate(): > > for line_num, data in enumerate(reader): > print reader.line_num, data > > -- Bob Gailer 510-978-4454