Hi,

I have this reproducible behavior: Have an active dataset (e.g., australia.gdt), call a user-defined function that produces a list (and assign the return value); the new series from the created list do not show up in the GUI variable list. But they're there and can be accessed through console commands.

To be concrete, here's a function for testing:

<hansl>

function list putL(void)
    series s = normal()
    list L = s
    return L
end function

</hansl>

And I called it with 'list L = putL()'. Afterwards I can do 'print s' and so on, but it's not in the GUI.

thanks

sven
_______________________________________________
Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it
To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it
Website: 
https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

Reply via email to