From: Edward Muller
>I am working on a product in which one of the objects keeps an array. I've
>already overcome the problems with making the array persistent (i.e. by not
>using .append, but intead re-assigning the array each time). Anyway...I
>digress..
It is probably easier to write:
self._
> I am working on a product in which one of the objects keeps an array. I've
> already overcome the problems with making the array persistent (i.e. by not
> using .append, but intead re-assigning the array each time). Anyway...I
> digress..
This sounds a bit awkward, if you could post some of the
I am working on a product in which one of the objects keeps an array. I've
already overcome the problems with making the array persistent (i.e. by not
using .append, but intead re-assigning the array each time). Anyway...I
digress..
So I have this object that has an array..A folder may contain se