> line = statements_file.read(statements_file)
Hm, the linked example was wrong? Check: http://www.lua.org/pil/21.1.html
If you want read only one line:
line = statements_file.read("*line")

-- 
To unsubscribe, send mail to [email protected].

Reply via email to