Hi
I have below loop for datatable. I want to save each column value . Then i want to check if it doesn't have value 'S' or 'D' in it.
For .e.g
Col1 Col2 Col3
ND - B
- - D
Since D exists in second row it should exit out of loop
In first row neither S nor D exists so i a varaible value should be stored as 'not found'
Thanks
Amit MohantyPosted May 2, 2023, 9:21 AM
Check the below example, this may help you.
Vishal JoshiPosted May 2, 2023, 10:26 AM
Hello Ramco
Please try the below code to get the expected result.
Thanks
Vishal Joshi