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?
If you will not check "Save changes" in table's settings you can delete lines from tables inside a project and they will be deleted in virtual copy of table.
Initial file will stay safe.
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.
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!
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