On Wed, 30 Jan 2013, Stefano Fachin wrote:
I'll explain it better: I am running simulations which
involve the creation of a large number of matrices, which in
the GUI are all visible after the end of the job in the
icons window (a very hand feature). I was wondering if there
is a way of saving all the stuff at once, with some sort of
"dump" command, without taking care of each one
individually.
You can save tham all in the GUI via /File/Session files/Save
session. In script mode you'd have to use mwrite() on the
individual matrices.
When you save the session in the GUI, one component that gets
written is an XML file containing all the currently defined
matrices. I guess that if there's a real use-case, we could
provide a way of writing such a file via script (possibly as
an option to "store"); we'd then need way to read such a file
into gretl's workspace (maybe as an option to "open").
any way, thanks a lot Allin: the more I use Hansl the more I
like it :-)
Glad to hear it!
Allin Cottrell