A Awesome Student 123 Member Licensed User Aug 17, 2016 #1 I want to make a list app. It will save the text you have entered. But how will i do that?
DonManfred Expert Licensed User Longtime User Aug 17, 2016 #2 For ex. B4X: file.writestring(File.DirInternal,"myfile.txt",mystring) or File.writelist or or or.... Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2016 #4 B4X: Sub btnSaveText_Click File.WriteString(...) End Sub Upvote 0