matches no. how to get data no1 4 7 and +3

  • Автор темы Автор темы paydot
  • Дата начала Дата начала

paydot

Client
Регистрация
21.11.2012
Сообщения
56
Реакции
1
Баллы
8
hello admin
how to use the matches no. get every 3 lines data
aaa
bbb
ccc
ddd
eee
fff
iii
jjj
kkk
....................

i want to get
aaa
ddd
iii
......and so on
thx!
 
Hi.

Im no expert but i have done this several times when sorting data from DOM.

I put all the result to list and then define a variable which is set to the first line you want to get, then you have to put that variable into the list parameter.

After you did that you do what you want with the line and at the end you use variable processing and add 3 to that variable. So if you where getting line 1 firstly, you will get line 4 next and line 7 after that.

203fb263fee6f1506d3ea665ed246eab.png
0e968a2f4fcbe16133ed5986a8c9b563.png
 
  • Спасибо
Реакции: paydot

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)