what does a tab delimited filename mean? how am i going to make this? also how does it differs from space delimited, csv, and others?
I think you probably mean "tab-delimited file", not "filename".
A tab-delimited file is similar to a space-delimited file. It is typically a record-oriented text file with one record per line, with fields of a record separated by tabs.
Like space-delimited files, this is a very easy format to read and write.
Kent
can't really find an article that could put me in the right direction so i posted here. thanks in advance. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor