I want to get a line of word from my file, type it and delete it at the same time, but it's not deleting until the thread finished, and when I'm doing it in a multi thread its getting the same word at the same time. How
I have the append option for the first write action,, and the other one is where the line end and append is also used to chain the two parts together based on an if statement. But it still appears on the same line for some threads where I run a couple. I have tweaked the resource settings, but help would be appreciated guys.
If I am running a script and one thread fails, the data used for it will disappear from the source and I cannot see which one has to be reused.
There is no way to know which data was taken, 'cause the thread had deleted all things used before. But u could log data used before the thread will be crashed.