The most common reason why using multiple lines would cause a problem is differing newline conventions between the platforms. However, if you're opening all your files (for reading and writing) in binary mode, that shouldn't be a problem.....