Hi All,
I have scraped a table:
so i can get the row date and their row number.
The row date is for me to match with datatable and their row number is to consequently loop to next row number if one of row date is match with datatable.
Unfortunately, once i match, the matched row will dissapear thus my loop will not be valid since one of row number is not present.
Is there any way for me to counter this?
Thanks in advance!