Re: embedded zeroes and io.lines
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: embedded zeroes and io.lines
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2006年1月27日 12:19:42 -0200
> 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