How to close multiple images loaded after obtain the data table using JSL
Hi, I'm analyzing 6 images using JMP with script by converting the images into data table.I've concatenated all the images values into 1 data table. The issue is, I can close the previous image data table with Close( Data Table( Tables[i] ), No Save );But I can't close the 6 images.I tried something like Close(img) or Close("image") but it won't close. Any idea how to close the images in script? N
...