> I am looking to parse a plaintext from a document. However, I am > confused about the actual methodology of it. This is because some of > the words will be multiple digits or characters. However, I don't > know the length of the words before the parse. Is there a way to > somehow have open() grab something until it sees a /t or ' '?
If your file format is not too fancy, split() may be all you need. Alan _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor