K Kent G Jarvis New Member Licensed User Longtime User Jul 19, 2013 #1 What is the way to convert a list string to a string that I can store in an edit text field? I have tried various generic method, to no avail.
What is the way to convert a list string to a string that I can store in an edit text field? I have tried various generic method, to no avail.
vampirbcn Active Member Licensed User Longtime User Jul 20, 2013 #2 Example B4X: edittext1.text=liststrings.get(1) Upvote 0