1
Posted on 7:53 AM by Author and filed under
The newline character in Flash is "/n" but its not working when we write to text file using FileStream in Adobe Air.

MyFileStream.writeUTFBytes("Some text here"+"\r\n");
MyFileStream.writeUTFBytes("I am in new line");


This works :)
1
Response to ... Newline character to write Notepad
Anonymous said... May 27, 2009 at 10:45 AM

Thx a lot!