lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> More to the point, is there a way that I can input lines from files
> with embedded zeroes using io.lines or file:lines?

No. Lua assumes that "lines" are only meaningful in text files.

-- Roberto