> I want to write and read array to/from localstorage?
> how to do this?
>
To save it just set "LocalStorage -> Set key [key] to [Array.AsJSON]
to load it fetch the key and set load the array like
On LocalStorage Item get => Array => Load From JSON [LocalStorage.ItemValue]
Regards
Andy
I'd like to know if I did this correctly:
System | On start of Layout = LocalStorage | Set item "key" to LevelArray.AsJSON
LocalStorage | On item "key" get = Array | Load from JSON string LocalStorage.ItemValue