On Wed, 25 Sep 2013, Sven Schreiber wrote:
I noticed that Gretl doesn't complain if I wrongly write:
set csv_read_na = "."
OK, it now complains in CVS.
Furthermore, if I write
set csv_read_na "."
(i.e. without the equal sign), it takes literally the three-character
thing \".\" (quote dot quote) instead of just the dot.
It now just takes the dot.
Allin