How to remove a data row based on a condition in for each data row loop?

@Penganimation

Hey,
You can not remove datarow from a dt while using a foreach row.

Best way is to get index of each row or copy row that you want to delete in a different DT. and delete it from there.

You should play with dt and row, it’s a good learing.