From christoph.klein@student.kit.edu Sun Jul 19 16:48:48 2009 From: Klein, Christoph To: gretl-devel@gretlml.univpm.it Subject: [Gretl-devel] mread broken in cvs? Date: Sun, 19 Jul 2009 22:48:43 +0200 Message-ID: <901F429F2533AC4BBB68F88E0699D1A73A7F70552A@KIT-MSX-14.kit.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8792617287742850197==" --===============8792617287742850197== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, I just came back from a two weeks vacation and had to find out that all my scripts no longer work. It seems like "mread" no longer parses string variables. The following test script fails on current cvs: but did work on old gretl versions. The error is ? matrix y4=mread(fileName) fileName: No such file or directory Error executing script: halting > matrix y4=mread(fileName) It seems like mread tries to use filename directly as a string, although it is not quoted. Christoph --===============8792617287742850197==--