How to find if table have table in it with given name
Advertisements How to find if table have other table in it with specified name? Or how to conver table "var1" in table "t" into string? And use "for" loop with "if" to find it. input = "var1" local t = { var1 = {[..content..]}, var2 = {[..content..]}, var3 = {[..content..]}, }; Now how to find,… Read More How to find if table have table in it with given name