How to CORRECTLY name a table?
All, I know how to set a name to a table. But sometimes, if that name already exists (by chance or from left after previous runs of the script), the name instead of setting ot "My Table" would set to is "My Table 2". How do I correctly set it to exactly what I want it to be set to?I'm looking for a snippet of code that does this - checks if table with this name exasts, if yes, closes or renames ol...