[Newbies] Feedback: Using Output as the Next Input

2014-12-04 Thread Dan
Howdy, A class is instantiated and produces output in a data structure (array, collection, dictionary, ...). Upon each later (maybe months later) instantiation, the previous output is needed as input. What is the best way to do this for modest (not huge) output? Some possibilities: Extern

Re: [Newbies] Feedback: Using Output as the Next Input

2014-12-04 Thread Bert Freudenberg
> On 04.12.2014, at 23:14, Dan wrote: > > Howdy, > > A class is instantiated and produces output in a data structure (array, > collection, dictionary, > ...). Upon each later (maybe months later) instantiation, the previous output > is needed as > input. What is the best way to do this for