Hi
i am running this code on an emulator
Dim Writer As TextWriter
Writer.Initialize(File.OpenOutput(File.DirDefaultExternal, "1.txt", False))
Writer.WriteLine("This is the first line.")
Writer.WriteLine("This is the second line.")
Writer.Close
when i upload the file to the pc and open it in notepad all text shows in one line
any idea why
thanks
i am running this code on an emulator
Dim Writer As TextWriter
Writer.Initialize(File.OpenOutput(File.DirDefaultExternal, "1.txt", False))
Writer.WriteLine("This is the first line.")
Writer.WriteLine("This is the second line.")
Writer.Close
when i upload the file to the pc and open it in notepad all text shows in one line
any idea why
thanks