On Thu, 3 May 2007, Allin Cottrell wrote:
> What's not possible by gretl's design is to use $HOME
(or
> whatever it's called), or did you already implement Jack's
> getenv suggestion?
Not yet; maybe later today.
Now in CVS:
nulldata 10
string foo = getenv("HOME")
print "@foo"
You get an empty string "" if the variable is not defined.
Allin.