On Wed, 20 May 2015, Sven Schreiber wrote:
with the latest snapshot (I think, how can I see the build date for
gretlcli.exe?) I get the following message:
+++ tokenizer: err=18 on 'loop foreach i @smnames --quiet'
where 'smnames' is a string variable with space-delimited names.
However, this doesn't seem to be an error because gretl doesn't stop but
continues to process the script. So what does err=18 mean and should I care?
Is the "foreach" loop embedded in an outer loop? In that context I'm
seeing an error from this sort of setup, but it's a real error that
stops execution. On the other hand, if I create a top-level loop of
this sort it runs OK.
I think the problem in the embedded case is now fixed in
CVS/snapshots.
Allin