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.