> However, say you have a
> collection:
>
> { b, a, b, a, c }
>
> and you do:
>
> coll.removeAll( {a, c} );
>
> This removes all the a's and c's, i.e. items with indices 1, 3 and 4.
> However, the value of changeIndex would presumably be 0, and theshould read >> would presumably be 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
