prevent Result History from deleting
Find more posts tagged with
Sort by:
1 - 2 of
21

You can use the Store operators to save results in the repository (use macros to give them timestamped names). You can then return to them even if the computer turns off. Clear the folder when you don't need them anymore.
Hi,
the history is very problematic in terms of memory consumption. Thus it will delete old results based on your memory usage.
If you want to revisit old results later, please follow the suggestion posted above. You could add a timestamp to your "Store" operator so that you have a nice history in your repository. To do that, simply put something like "%{t} - My Result" as the repository entry parameter where %{t} is the current date and time.
Regards,
Marco
the history is very problematic in terms of memory consumption. Thus it will delete old results based on your memory usage.
If you want to revisit old results later, please follow the suggestion posted above. You could add a timestamp to your "Store" operator so that you have a nice history in your repository. To do that, simply put something like "%{t} - My Result" as the repository entry parameter where %{t} is the current date and time.
Regards,
Marco