close() does not default to NoSave since 17.0
Hello everyone,I'm running into a bit of trouble with my scripts ever since I updated to JMP 17.I have a lot of scripts usingclose(dt2);
whereas dt2 is a data table opened using Open getting a xlsx-File.I only read data from that table and close it in the end, without saving, but recently I end up with those unneeded unnamed Table1 files in my folders. If I specifyclose(dt2, NoSave);
the problem doe...