On Domingo, 14 de Junio de 2009 23:23:19 Riccardo (Jack) Lucchetti escribió:
>
> That said, I think that statements like "series y = 1 + y(-1)" are ok for
> quick-n-dirty jobs, but for more general arma-like manipulations of time
> series (especially in scripts) I'd strongly advise everyone to use
Hi,
I've downloaded the windows snapshot (1.8.1cvs 2009-06-18) this morning. It
seems to have problems when decrementing scalars. The following programm fails
nulldata 10
scalar d=1
d-=1
in the last line, saying "command d unknown", or "Befehl 'd' unbekannt" in
german. I've downloaded current
On Fri, 19 Jun 2009, Allin Cottrell wrote:
> On Fri, 19 Jun 2009, Klein, Christoph wrote:
> > nulldata 10
> > scalar d=1
> > d-=1
> >
> > ..."command d unknown"...
>
> Hmm, I can reproduce this using gretlcli.exe under wine on Linux.
Now fixed in CVS and snapshot.
Allin
On Fri, 19 Jun 2009, Klein, Christoph wrote:
> I've downloaded the windows snapshot (1.8.1cvs 2009-06-18) this
> morning. It seems to have problems when decrementing scalars.
> The following programm fails
>
> nulldata 10
> scalar d=1
> d-=1
>
> in the last line, saying "command d unknown"...
Hmm