I already know how add text but my problem is add a new line without remove the others lines. for example
textbox1="text1"
When I press a button I want to add "text1" into the txt file

textbox1="text2"
When I press a button I want to add "text2" and keep "Text1" into the txt file:
text1
text2



Can you help me?