in reply to Re^2: nested <FILE> read returns undefined?
in thread nested <FILE> read returns undefined?

It's not a matter of for reading the whole file or not. The for expression has a list-context within the parens, and in a list context <> reads the entire file.

--rjray

  • Comment on Re^3: nested <FILE> read returns undefined?