Dear Seasoned Construct 2 Programmer,
I would like to achieve cumulative local storage sessions.
What I mean by that is the following:
I have managed to implement local storage to my user interface. All it does is remembering all data passed in by the user and it loads it back. All good. However, whenever a user wants to add just one new word to previously saved, the previously saved data is lost and just that one word is stored by local storage.
I would like to fix it. Therefore, i want to add previously saved data to the new data with interface displaying everything correctly. That is why i have come up with the idea of combining my regular array with another array called "auArray".
Despite my best effort i cannot crack this open. Perhaps there is something wrong with my index count methodology. Please find a bug and/or implement the right solution!
here is my capx: dropbox.com/sh/vdp8na62zrp648p/AABdrw1d8vves8Ldtj3ZLTXna?dl=0
remember to add:
If the problem i encounter is not clear, let me know and i will explain in more details. I do believe the capx should be enough to get me at the right end of the stick.