--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > An array collection is a view of the collection's source. I wouldn't > copy the AC, I would make another instance of an AC and have it share > the source Array with the other AC. If you want changes to one AC to > show up in the other AC, then you want to share the AC's list property > instead.
The source array is created as a temporary variable inside a function. Can I just point at the source of the ArrayCollection, or do I need to store the Array separately? Thanks; Amy

