4
I would like to save the value assigned to a table in real time, I will explain.
I have 2 files:
Main moon.
dofile("tester.lua")
io.write("blabla")
table.insert(oi, io.read())
print(oi[1])
io.read()
Tester.moon
oi = {}
If I run and write: kkk return -> kkk But when closing the program, it is not saved in the file. How do I keep the value added to the table?
I am running in prompt mode. .
– Gabriel Sales
My question was kind of stupid... I who was stupid... Focusing on more than one thing at the same time is not working very well... =/
– Gammeth