Forum Discussion
YMinaev
Staff
16 years agoHi,
You need to iterate through the rows of your table and select the first cell in the row where other cells meet some criteria. See the "Parsing HTML Tables" help topic for more information.
In your case, you can first find the row where the first cell contains "1.2" and then check whether the second cell contains "1.1". If it contains another value, move to the next row and perform the same check.
You need to iterate through the rows of your table and select the first cell in the row where other cells meet some criteria. See the "Parsing HTML Tables" help topic for more information.
In your case, you can first find the row where the first cell contains "1.2" and then check whether the second cell contains "1.1". If it contains another value, move to the next row and perform the same check.