• Well,

    I just found a solution: if I replace

    if (Storage.read('4testing') !== FileContent_1) {
    

    by

    if (''+Storage.read('4testing') !== FileContent_1) {
    

    (and similar for the second read operation) everything runs as expected...

    @Gordon may it be that I found a severe bug?

About