Easire way of mass looping through tables in tables?

i would but that would be necro posting

Necrobumping isn’t bad as long as your adding something useful to the post.

1 Like

I’ll be the one to ask. Why don’t you want the [1]? Is it critical to whatever you’re trying to accomplish that you keep using a mixed table?

repr is a debugging tool. It is not designed to serialize tables into strings so that you can convert them back into tables again, which is what it looks like you’re doing with the variable name bit. For that, you’ll want to find another library or create your own. Converting to JSON is a great alternative, but that will require you to avoid using mixed tables.