From: <kis...@na...> - 2002-01-10 23:05:11
|
The attached program ("FileRWTests.py") reads a data file (DataFile.ibi) and write back the lines skipping the blank and commnet lines, i.e. the lines starting with "/*" into a new data file (DataFile2.ibi). It is reading all the lines from the original lines, but not writing back all the valid lines. Wondering why it is not appending all the lines? Help. (See attached file: DataFile2.ibi)(See attached file: DataFile.ibi)(See attached file: FileRWTests.py) |