Am 20.05.2015 um 16:28 schrieb Allin Cottrell:
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.
It's not in an outer loop per se, but it's inside a function which is
repeatedly called in a loop (probably several nested loops, actually).
I think the problem in the embedded case is now fixed in CVS/snapshots.
Yes, looks like it, I'm not seeing that message anymore.
Thanks!
Sven