Well, I want to save a value in a txt file, checking if there is already any value with 2 things equal.
Ex:
local file = io.open("arquivo.txt", "a+")
local oi = {dia=os.date(), numero=math.random(1,10)}
if not () then -- Aqui não sei o que faz...
asked by
22.08.2014 / 22:08