Allin Cottrell schrieb:
Something else that might be useful in today's build: extending the idea
of named strings, we now have a few "built-in" string variables:
@gretldir : gretl installation directory
@userdir : user's gretl directory
@gnuplot : the path to gnuplot, as known by gretl
@tramo: ditto for tramo executable
@x12a : ditto for x-12-arima executable
@tramodir : tramo data directory
@x12adir : x-12-arima data directory
These are not Windows-only. You can use these in scripts, e.g.
printf "The tramo data dir is @tramodir\n"
This is great! I'll check eventually if it also works with store,
outfile etc...
cheers,
sven