From G.A.Hughes@ed.ac.uk Mon Jul 28 09:09:45 2008 From: Gordon Hughes To: gretl-devel@gretlml.univpm.it Subject: [Gretl-devel] Re: Negation operator Date: Mon, 28 Jul 2008 14:09:37 +0100 Message-ID: <200807281309.m6SD9hf0019106@f4n3.wfunet.wfu.edu> In-Reply-To: 200807281201.m6SC10aH022978@f4n29.wfunet.wfu.edu MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1593750427981384955==" --===============1593750427981384955== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit You are correct. I can reproduce the problem but I had not identified the source accurately. Unfortunately I had transferred the script file from Windows to Linux for testing with the latest CVS version. In doing so, there appears to have been a problem with an end-of-line character which meant that the following "endif" statement was getting lost or concatenated. That happened for the version that I was testing with "if a != b" but not for the reversed version with "if a = b". This should be a warning for anyone who transfers script files between Windows & Linux. Gordon >Are you sure? The following script runs fine here: > > > >Riccardo (Jack) Lucchetti --===============1593750427981384955==-- From cottrell@wfu.edu Mon Jul 28 09:17:32 2008 From: Allin Cottrell To: gretl-devel@gretlml.univpm.it Subject: Re: [Gretl-devel] Re: Negation operator Date: Mon, 28 Jul 2008 09:17:27 -0400 Message-ID: In-Reply-To: 200807281309.m6SD9hf0019106@f4n3.wfunet.wfu.edu MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4774984555454626623==" --===============4774984555454626623== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Mon, 28 Jul 2008, Gordon Hughes wrote: > Unfortunately I had transferred the script file from Windows to > Linux for testing with the latest CVS version. In doing so, > there appears to have been a problem with an end-of-line > character which meant that the following "endif" statement was > getting lost or concatenated. gretl can generally handle any sane form of line termination. I'd be interested to see what has gone wrong in this case. If you could gzip the script and send it to me, that would be helpful. (If you just attach it to an email I may not get an identical file.) Allin --===============4774984555454626623==--