MphammadHosien
Member
Sorry for simple question and poor English.
Some strings are sending to my device with serial (usb serial) and I have to save them in a text (.txt) file.
But when I use
previous string is deleted and a new text file with the last received string is generated.
How can I add NewData in continuation of the previous text?
Some strings are sending to my device with serial (usb serial) and I have to save them in a text (.txt) file.
But when I use
B4X:
File.WriteString(File.DirInternal, "Logs.txt", NewData )
previous string is deleted and a new text file with the last received string is generated.
How can I add NewData in continuation of the previous text?