07-22-2013 09:50 AM
Hello
There is any way in code to remove all user commands at once?(by code or function)
Get all activate user command?
Thanks
Solved! Go to Solution.
07-29-2013 03:41 PM
Hi Oz,
Call ScriptCmdReset()
will return you to the just-launched DIAdem state, which in most cases will unload all the global variables and commands you've programmatically created since.
Brad Turpin
DIAdem Prodcut Support Engineer
National Instruments
07-30-2013 02:52 AM
Thanks!!!