FileWrite

 
How do I write a value to my CSV file using FileWrite without it appending the new line sequence "\r\n" after every value?
 
Open file in the binary mode (MODE_BIN)
Reason: