From: Tanaka Akira Date: 2005-01-24T00:59:54+09:00 Subject: Re: File.read not returning nil [newbie] In article <35hnlgF4kmpdgU1@individual.net>, Florian Gross writes: > Hm, it seems to return nil when you specify a count (even if you use 0) > argument. I'm not sure why it's like that. Maybe matz or somebody else > who has knowledge on this could answer... io.read() and io.read(nil) returns always a string which may be empty. io.read(n) with 0