21.12.2025, 11:05
Good morning,
I need a suggest how do this:
I would like create some tables but the names must be dynamic, I will try to explain better with an example.
my_table = {}
for i = 1, 10,1 do
(here i need to create 10 new tables)
end
the result I would like have could be this
my_table_1, my_table_2, my_table_3,... my_table_10.
I wish to explain myself.
BR Cristian
I need a suggest how do this:
I would like create some tables but the names must be dynamic, I will try to explain better with an example.
my_table = {}
for i = 1, 10,1 do
(here i need to create 10 new tables)
end
the result I would like have could be this
my_table_1, my_table_2, my_table_3,... my_table_10.
I wish to explain myself.
BR Cristian
