Script to fully 'clean' JMP of all variables/namespaces/etc to match freshly started program
I have a script that I'm troubleshooting and the issue(s) deal with scoping. The problem is that I have to completely shut down JMP and restart it to test my changes ( deletesymbols() and deletenamespaces() don't clean things up enough). 1) Start JMP2) Run script, get error3) Close data tables4) Run script again, script works fine.5) Close JMP then restart JMP6) Run script, get error Clearly somet...