Hi everyone,
I was following the tutorial "Array for Beginners" by Ramones.
https://www.scirra.com/tutorials/307/ar ... ers/page-3
This tuto is old and uses Web Storage that has been replaced by Local Storage.
I was able to save the array in the local storage but I can't load it!
Here is what I have done:
On saveArray Button clicked ---> LocalStorage ---> Set item "01" to animals.AsJSON
On loadArray Button clicked ---> (Array) Animals ---> Load from JSON string "01"
I was expecting the entry text that displays what is in your array be filled by the Array loaded?
What should I do?
Thank you for your help