Inline...
> Hi,
>
> what is the best way of removing multiple items from a list box found in
> another list box.
>
> Foreach does not allow you to modify itself
Why not?
> Looping through has index issues.
Only that you have to use 2 indexes.
> Other than copying to new instance what gives?
Nothing, it just sounds like you don't want to do what is needed.
Lit - 27 Jul 2007 16:22 GMT
Hi Scott,
You don't understand at all, or have no clue what the problem is.
Try a foreach and delete from the collection itself. It does not work.
It looks like the selected item approach will do it
thank you for your time
Lit
> Inline...
>
[quoted text clipped - 14 lines]
>
> Nothing, it just sounds like you don't want to do what is needed.