04-12-2011, 12:32 PM
Hi,
I've got a DataTable and I need the script to search the DataTable, find a value in a particular column that matches the condition and retrieve a row number of that row which contains the searched value and run 1 iteration on the row number retrieved.
Example, I want to run test on row which contains value = E in col2, so the result should be row number = 2
col1 col2 col3
A B C
D E F
G H I
I've got a DataTable and I need the script to search the DataTable, find a value in a particular column that matches the condition and retrieve a row number of that row which contains the searched value and run 1 iteration on the row number retrieved.
Example, I want to run test on row which contains value = E in col2, so the result should be row number = 2
col1 col2 col3
A B C
D E F
G H I