JMP Add-in — Isolating multiple instances with namespaces
Hi JMP Community, I'm building a JMP add-in that creates windows, stores global variables, and calls functions. Everything works fine with a single instance — but when the user launches the add-in twice, the two instances share the same global scope and variables start conflicting (one window overwrites the other's state). I initalized my script with Names default to here(1), I have even created m...
sfigard