Yesterday, 06:18
If you get the result you want then it's fine. Not sure if you need another table (new_t['Tv_1'][1][1]), it might be enough just to do this:
Code:
for _,value in ipairs(name) do
new_t[value] = entry
end
log(new_t['Tv_1'][1])