Hi, Eric ,
i am using JMP 11.
I have run further debug today....
Open using invisible option, then close the data table using close ( dt, no save), it solve and unload the datatable from memory.
But here is the part that need some help.
i have created a new window to show some study and then save the new windows study (the entire new window) as JPG.
SR = New Window("Summary Results",
OutlineBox(ListOfFiles,
HListBox
(
Vlistbox (
Outline box ( "XY Plot",.... and continue.....
SR << Save Picture(Mypicpath || ListOfFiles || ".jpg" , JPG);
after i save it as JPG, the memory increase and stay there...
how to remove JPG file memory from system?