[luatex] writing and reading a file
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Sun Feb 2 21:52:25 CET 2014
Am 02.02.2014 20:38, schrieb Philipp Gesang:
>> out.close()
>
> out:close()
>
> The close() function must be called with the file as the first
> argument. out.close() means calling it with no argument; use
> out:close() or out.close(out) instead.
Oh no, what a shame!!! I was puzzeled 20 minutes with this problem,
looked 10 times over the code and didn't realize the dot ...
thanks
Herbert
More information about the luatex
mailing list