On Tue, 6 Mar 2007, Sven Schreiber wrote:
When I execute one of my py4gretl function packages which internally
create a couple of matrices, the internal matrices are added as icons to
the session window, if the session window is open during function execution.
However, they can't be opened and are gone after closing (and
re-opening) the session window.
The matrices are internal tothe function package? Ah, in that
case they shouldn't be shown in the session window, since they're
destroyed as soon as the function returns. I'll fix that.
Allin.