> Hi:
>
> Thank you Somebody and Ribis so much!
>
> I tried with Arrays and JSON and worked. I now have some new bugs related to WebStorage but I can fix them.
>
> Thank you again!
>
You are welcome, but webstorage is not very good for save this kind of stuff....if the user clean the cache, he will lose everything....
Thanks. I am targeting Android, so as I understand I will avoid this problem. If not, what should I use to save data?
By the way, just in case you know how to do it, is it possible to retrieve several numbers of an Array at the same time with an expression? That is, I can use Array.At(0), Array.At(1), Array.At(2)... But can I retrieve all the values between Array.At(0) and Array.At(100)
Thank you in advance