Hi there,

below the script that allow you to download all the history of the assets present into assetsfix file.
Code
function run()
{ 
  EndDate = 2020;
  assetList("AssetsFix");
  NumYears = 1;
  while(loop(Assets))
    assetHistory(Loop1,1);
  quit();
}

I'd like to know how to delete for example 3 days starting from the file .t6 present in my ihstory folder.

Is it possible? How?

Thanks