Is there a way to prevent a user-defined function from being logged in the history when called? I have several functions that I routinely call through menus, but which have no importance for being logged and I'd like to not have them be repeatedly put in the history when called. I know some functions like Igor hooks do not write to the history, so I'm curious if there's an option to avoid this for user-defined functions.
Great! Thanks! that works for menus. Though how about for buttons? I've added a few buttons to the data browser that call a few functions, and it would be nice to also have these be similarly silent.
"Test", /Q, Test()
End
For details execute:
January 10, 2013 at 10:02 am - Permalink
January 10, 2013 at 11:13 am - Permalink
January 12, 2013 at 05:56 am - Permalink
Thanks! That works nicely.
January 12, 2013 at 07:59 pm - Permalink