A large line is written to a file and divided into paragraphs
I have a very long code that needs to be written to a file using FL file.write(). But in the file, the code that should be written in one line is written as several paragraphs. Because of this, my code doesn't work. Is there a way to fix this problem?



