Help with logic in saving tables

Yes that’s true, I’ve just changed the last else like this

else{
      if (indexForFileNames==5) saveThis = true;

      indexForFileNames=6;
        startTime = millis();
    }

and it works

1 Like