Posted 29 September 2012 - 12:24 AM
I would like to display something like this…
Or something like that. But it is "Attempt to concatenate string and table"… So how could I display a table on a screen?
Also, how could I do something like this with a table… (I am most worried about knowing this one)
i = fs.list("i")
print(i)
Or something like that. But it is "Attempt to concatenate string and table"… So how could I display a table on a screen?
Also, how could I do something like this with a table… (I am most worried about knowing this one)
i = fs.list("i")
f = fs.open("Somedirectory/" .. i, "w")
input = read
f.writeLine(input)