matrixreal
to save into LocalStorage use action >>> LocalStorage Set item "yourname" to Array.AsJSON
to load from it:
- on start of layout >>> LocalStorage check item "yourname" exist (***important to check storage first)
- LocalStorage On item "yourname" exist >>> Array load from Json string LocalStorage.ItemValue
thanks a lot thats perfect i don't see any huge difference bt if ashley say that is better than webstorage so i will use localsorage
and you know the difference between synchronised and asynchronised save ?