Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
It is because you are changing the contents of the value being enumerated. You can't do this. Just create an array or list that has all of the rows that you want to delete inside of the loop. Then create another loop that cycles through the array you created to actually delete the rows.
|