On Jul 9, 8:22 pm, Paul Rubin <http://[email protected]> wrote: > Nick <[email protected]> writes: > > text = file.readlines() > > len = len(text) > > fields = text[1].split() > > Is that intended to split the first line of the file? Remember > that arrays in python begin at index 0.
no the '1st line' is garbled meta data, but thanks man -- http://mail.python.org/mailman/listinfo/python-list
