FileWrite new line

 

I looked all over help menu and cannot find 

how to write new line when writing to file.

Should be somehow overwritten or use smth CRLF? 

Documentation on MQL5: File Functions / FileWrite
  • www.mql5.com
File Functions / FileWrite - Documentation on MQL5
 
FileWrite function is intended for CSV files and new line symbols ("\r\n") will be added automatically.
 
alexvd:
FileWrite function is intended for CSV files and new line symbols ("\r\n") will be added automatically.
It works, thank you.
Reason: