DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Diadem 2017 and memory usuage

Solved!
Go to solution
Solution
Accepted by topic author mrme

I am sorry that there is a bug that has been fixed in DIAdem 2017.

 

If there is more than one entry in the DataFileLoadSel the file is never dropped.

 

call DataFileLoadSel(X,,"[1]/*|[2]/[2]|[2]/[3]")

A workaround would be to split it into three calls

call DataFileLoadSel("C:\temp\CAR\data\HourlyPoint_(3) - Copy.TDM",,"[1]/*")
call DataFileLoadSel("C:\temp\CAR\data\HourlyPoint_(3) - Copy.TDM",,"[2]/[2]")
call DataFileLoadSel("C:\temp\CAR\data\HourlyPoint_(3) - Copy.TDM",,"[2]/[3]")

Sorry for the inconvenience 😞

0 Kudos
Message 11 of 12
(375 Views)

Hi Andreas,

 

Thanks for the support - it works now.

 

Regards

Thomas

0 Kudos
Message 12 of 12
(365 Views)