I have a big array with numbers I would like to write to a file.But if I do this:local out = io.open("file.bin", "wb")local i = 4324234out:write(i) I am ...
確定! 回上一頁