[JSL bug] Concatenate all opened table into 1 table and close all
Can someone help me to take a look bellow jsl?
I am trying to use it concatenate all open table into a single table, and close all the open table, only leave a final table which was concatenated from all of them.
When I run the jsl, it has a bug to re-produce multiple "final" table and not concatenate into 1 single table.
Not clear where the bug is coming from.
Thanks
Clear Globals();
// Crea
...