On Tue, 6 Dec 2011, Andreas Noack Jensen wrote:
I think there might be a problem with the silent flag to restrict in
VECM
open denmark
vecm 2 1 LRM LRY --crt --silent
restrict --silent
b[3] = 0
end restrict
is not so silent.
True enough; we'll fix that.
Jack suggested that I tried something like
<hansl>
outfile null --write
... do stuff ...
outfile null --close
</hansl>
when I do not want to listen to Gretl, but I get a syntax
error. I have not found any docs on hansl so I am a bit
lost.
Oh dear, the term "hansl" may be confusing some people. It's
just the name by which gretl's scripting language is now
known. So -- while there's still no explicit guide to hansl
scripting as such, something we hope to remedy before too long
-- the entirety of the gretl Command Reference is about hansl
(i.e. the commands and functions you can use in scripting,
their syntax and semantics), and in fact a good proportion of
the gretl User's Guide is also about hansl.
The case in point is that the command reference spells out how
"outfile" works. The syntax error is just that "null" is not
acceptable with the --close option to outfile; that option
just terminates the redirection of output so it doesn;t take a
filename, or even a pseudo-filename.
Allin