B BillD New Member Apr 4, 2020 #1 I'm using B4A. I've search all over but nothing seems to be working for me. I am just looking for a way to save the text from the edittext into a simple .txt file. Any help would be appreciated, thank you.
I'm using B4A. I've search all over but nothing seems to be working for me. I am just looking for a way to save the text from the edittext into a simple .txt file. Any help would be appreciated, thank you.
Erel B4X founder Staff member Licensed User Longtime User Apr 5, 2020 #2 B4X: File.WriteString(File.DirInternal, "1.txt", EditText1.Text) Upvote 0