SyntaxFix
Write A Post
Hire A Developer
Questions
Again with the inverting, you could simply use the following code:
for k,v in pairs(t) do if not isstring(k) then -- do something to t[k] when k is not a string end