Am 05.06.2015 um 22:15 schrieb Allin Cottrell: > On Fri, 5 Jun 2015, Sven Schreiber wrote: > >> is it actually possible to open session files (.gretl) in a Hansl >> command script? > > In a word, No. We haven't envisaged any circumstances in which this > would make sense. You can, however, save an arbitrary collection of > bundle-able objects via bwrite() and then reload them using bread(). >
I actually don't work with session files a lot, and this is not a feature request. However, my use case was that I had saved a dataset along with some graph objects in a session as a snapshot of some work. AFAIK you cannot save graphs in bundles (nor do I want to save them in bundles). Now I wanted to do something with the series as part of the dataset in the session file, but in a script form. The workaround would be to export the datafile from the session manually first and then work with that. thanks, sven
