- Регистрация
- 25.11.2012
- Сообщения
- 544
- Благодарностей
- 26
- Баллы
- 28
When grabbing results via DOM (tab data), I'm looking to grab only the middle result (or closest to middle). For example; if there's a total of 30 captures, then grab result No 15.
Every capture is different; sometimes only 10, or up to 100. I've looked at ranges in ZP wiki, but no luck there.
###Update###
I think the solution is to capture all the results and put to list > count number of rows (list processing) > then use JS/c# to work out the middle number.
Every capture is different; sometimes only 10, or up to 100. I've looked at ranges in ZP wiki, but no luck there.
###Update###
I think the solution is to capture all the results and put to list > count number of rows (list processing) > then use JS/c# to work out the middle number.