I need to make the switch from WebStorage to LocalStorage and I'm just not sure how to do it after reading the manual entry and looking at few topics on the forums. An example of what I'm struggling with -
My webstorage key would be "RecordLevel1"
Now when I wanted to display this in a textbox I would put Set text to - (WebStorage.LocalValue("RecordLevel1"))
and with the local storage I'm just not sure how to do it, does it have to be a global variable? any help would be much appreciated!