Hello,
I am writing some information in a text file, but I don't know how to make a carriage return. In fact, when I use the method Write(..), the text is in the same line.
Thank you very much,Code:RFile fileSave; fileSave.Create(fsSession, name, EFileWrite); ... fileSave.Write(tufPtr8); fileSave.Write(bafPtr8); //Add the text in the same line as before fileSave.Close();
Bernie

Reply With Quote

