Im extracting a table from SAP and data is stored in output table - datatable1
this table have many columns but I want to check if my column 0 the first column have value “10” for eksample on all the rows…
act I want to delete the specik row with value 10.
I did a for each loop of that table as DT1
I can delete with finding value… but problem is with foreach loop its checking every row and then delete on where value is 10. which is perfekt.
But when there is now value matched and it had gone through with all rows its giving anwer on each row that this row didt had value… and i need a collective answer with table have value then its procede if dont then dont procede