You are reading a single comment by @CMSpooner and its replies.
Click here to read the full conversation.
-
I saw that...I was hoping for an example of saving an entire javascript program into storage and then loading it and executing it. Would I create a helper program to save the .js file as a really long string then onInit() read it back out and then somehow execute the string as Javascript?
Edit: I think I'm on the same page as you now....I will try playing with that tonight.
http://www.espruino.com/Reference#l_Storage_write - it's linked from
require("Storage").write
but is hard to see