Hi everybody,
Does anyone know how to rename a table name with a string that you define earlier in a script?
local tab1={}
local myString =“mystrtable”
–here this string will be changed in script with other string so I want to have a dynamic table name.
–[[
how to rename tab1 with the value of myString ???
]]-- [import]uid: 65047 topic_id: 12079 reply_id: 312079[/import]