Hey,
Would there be any way to set a variable type for WebStorage Variables? Because it seems to me that they are always strings, and in order to work with an integer from WebStorage you have to use int(WebStorage.LocalValue("key")) - which can get annoying. And integers take up less space than Strings - heck, maybe even give an option to use Bytes in C2 - but without going there, I would really like to see more control over what kind of variable you are storing in WebStorage.
Thanks!