Hi, I have a question about the memory used by DIAdem.
On one PC with DIAdem Base, I this code:
For I = 1 to 10
Call DataDelAll
Call DataSetLoad("EXAMPLE.TDM")
Pause(10)
Next
Every time DIAdem load the file, I see in the tasks manager, that the memory increase, even if before I use DataDelAll.
If I run the same code on other PC with DIAdem Pro the memory is every time the same.
Do you know if I need to configure something in DIAdem Base to avoid that memory increase???
This is a problem for me because sometime the process use all the RAM available and some of my problems that I describe in other my posts are probably due by low memory.
Thanx a lot