This week's book giveaway is in the Agile and Other Processes forum. We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line! See this thread for details.
Ireneusz Kordal wrote:Carriage return has code 13 - see here: http://www.asciitable.com/ You may write it to the file with a command: fout.write( 13 );
Don't write 13. Write '\r'. It's the exact same value but easier to read.