Allin Cottrell wrote:
> - allow to specify empty (null) lists in function package GUI
OK, good idea.
Thanks for picking this up, it will save me some boolean parameters...
>
> This doesn't work for me; I have a list named 'endo', but gretl
> remains absolutely silent when I do 'list endo print' (tried console
> and script)
This works for me outside of a function but not inside. I'll take look
at that.
It still never works for me, I have just compiled the current cvs.
This is an example script:
set echo on
set messages on
print endo
list endo print
and 'print endo' actually prints something, but 'list endo print' --
nothing! (Same in the console.)
happy bughunting,
sven