09-30-2023, 01:27 AM
(This post was last modified: 09-30-2023, 01:28 AM by James D Jarvis.)
Not sure it's going to matter much longer as _saveimage becomes part of the next update but I came across a possible bug when saving PNG files; in Function PNGExport on line 565 there's a CLOSE command (that'll work fine if you have just one file open being written to) that I had to change to CLOSE #F or it would throw out a file error (because I had another file open as I was creating an html file and graphic files for it).