M Macos New Member Nov 28, 2016 #1 Hi, my problem is that the program saves arrays in a list like that: B4X: Arr(0) = EditText1.Text Arr(1) = EditText2.Text Arr(2) = EditText3.Text Arr(3) = EditText4.Text List.Add(Arr) But i need to read these arrays too. And i don't know the solution for the reading. I tried that: B4X: Arr2 = List1.Get(1) But it didn't work. Any idea? Thanks to all.
Hi, my problem is that the program saves arrays in a list like that: B4X: Arr(0) = EditText1.Text Arr(1) = EditText2.Text Arr(2) = EditText3.Text Arr(3) = EditText4.Text List.Add(Arr) But i need to read these arrays too. And i don't know the solution for the reading. I tried that: B4X: Arr2 = List1.Get(1) But it didn't work. Any idea? Thanks to all.
Erel B4X founder Staff member Licensed User Longtime User Nov 29, 2016 #2 Use B4XSerializator or KVS2: https://www.b4x.com/android/forum/threads/b4x-keyvaluestore-2-simple-powerful-local-datastore.63633/ Upvote 0
Use B4XSerializator or KVS2: https://www.b4x.com/android/forum/threads/b4x-keyvaluestore-2-simple-powerful-local-datastore.63633/