14 Aug
2013
14 Aug
'13
2:15 p.m.
Am 14.08.2013 um 16:05 schrieb Henning Hraban Ramm
Hi, after a long time I'm playing with ConTeXt again…
Current beta MkIV seems to have a bug in the Lua function io.lines:
for myline in io.lines(myfile) do logs.report(myline) end
"myfile" just contains one line with a number, without return/newline. If the number has more than one digit, I get single digits as "myeline".
Do you have a minimal working example? Wolfgang