http://d.puremagic.com/issues/show_bug.cgi?id=8363


Jonathan M Davis <jmdavisp...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisp...@gmx.com


--- Comment #4 from Jonathan M Davis <jmdavisp...@gmx.com> 2012-07-09 10:45:46 
PDT ---
> aa.clear() should work.

I believe that that's the same as setting it to null. It doesn't actually
remove anything from the AA. It just makes that reference null. If you want to
actually remove all of the elements from the AA, you currently have to iterate
over them and call remove on each one.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to