Hi,
a model table assignment inside a function doesn't work anymore
(where "anymore" means with recent cvs gretl and it used to work three
months ago -- I just checked on 1.9.0 on Windows and get the same error,
so maybe it was introduced between 1.8.7 and 1.9.0)
What I mean is something like this:
function void check(...)
mymodel <- tsls ...
end function
check()
gives an error "unknown command mymodel <- ..."
Or is this not supposed to work (anymore) in a function, I don't remember?
thanks,
sven