How to prevent cross-talking between instances of the same script (or only allow one instance)?
All, I have a following problem. I have a script that opens\closes multiple tables and windows, and I create several namespaces to handle this. I also delete those namespaces in <<On Close() of the main window. I found that when I have two instances of the script running, closing main window in one of them deletes the namespaces and breaks the other script.How do I make namespaces separate for ea...