How to get reference to a table within "On Close" in that table?
Hi! I need some help with getting a reference to the table within On Close statement of that said table. I have a simple script: GUI with "Open" button, that opens a data table, and a combo box with list of tables. I also keep track of the tables in an associative array with table names as keys and table references as values. I have a couple of legacy namespaces that I have to maintain in this s...