You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok, it turns out there's something strange with E.showMessage and flash strings.

    edit: It's g.wrapString - I'll try and look at this in the next few days

    // ok
    E.showMessage("Compacting...\nTakes approx\n1 minute")
    // problem
    require("Storage").write("x","Compacting­...\nTakes approx\n1 minute")
    E.showMessage(require("Storage").read("x­"))
    

    The actual pretokenising works fine by the look of it

About

Avatar for Gordon @Gordon started