Posts by cfrancklin • 131 points
2 posts
-
5
votes3
answers644
viewsA: Insert string data into a table
Solving the problem. The best code for entering the data, the way I received it, in the table, is the following: filecontents = texto1 entries = {} do -- insere os dados do arquivo de texto na…
-
8
votes3
answers644
viewsQ: Insert string data into a table
I have a text file that I read and adjusted in a string texto so that it would stay that way: {nome="Cassio",sexo="M",idade=19} {nome="Paula",sexo="F",idade=20} And I used the following code to add…