Posted 29 July 2012 - 04:03 AM
i have made a program that writes a table to a file line by line but on every line it writes 'table: (numbers)'
here is the PIECE code:
thx in adv :ph34r:/>/>
edit: if you want full code just ask. i am not going to give it in public, i will PM you :)/>/>
here is the PIECE code:
local f = fs.open( "keys.txt", "w" )
local toWrite = ""
for i=1,#logging do
toWrite = logging[i]
f:writeLine( toWrite )
if debug == true then print( "writed: ", logging[i] ) end
end
f:close( )
thx in adv :ph34r:/>/>
edit: if you want full code just ask. i am not going to give it in public, i will PM you :)/>/>