How to take line one by one and loop, no delete?

underwear

Новичок
Регистрация
07.01.2012
Сообщения
79
Благодарностей
3
Баллы
0
Hey, i have a list, and i need to "tabel processing" one line by one line, but no delete, and I don't want to random take line, just one by one, then loop, can you help me?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
  • Спасибо
Реакции: underwear

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 812
Благодарностей
1 187
Баллы
113
Take one by one with counter. Like add in counter 0 and start to take lines from table with take # line and in table set counter variable and it will change 0 1 2 3 lines etc.
 
  • Спасибо
Реакции: underwear

underwear

Новичок
Регистрация
07.01.2012
Сообщения
79
Благодарностей
3
Баллы
0
on one thread, i just need to take one line, then on the second thread and i need to take the second line...loop, when take all line, then go back the first line....thank you!
 

sMax

Client
Регистрация
04.05.2011
Сообщения
132
Благодарностей
49
Баллы
28
It's simple if you do it with a master file and a "working file

in the project

-test if the working file exists
-if exists --> bind it
-if it doesnt --> copy it and bind it
then just take and delete each record from the working file

read and process repeatedly Capture.JPG
 
  • Спасибо
Реакции: underwear

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