Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
In your resoudce settings set that each line is used only once and set max symultanious usages to 1. That should do the trick.
thanks, I figure it out π
Anyone?
@Alexender remove line after use
@DoctorKrolic Yes i have used it.
@danielz Hi, thanks. Also these articles may be usefull
https://wiki.bablosoft.com/doku.php?id=how_to_output_script_result https://wiki.bablosoft.com/doku.php?id=how_to_let_user_to_choose_output_file_name
Thanks a lot. That was easy. I used LOG then WRITE FILE as csv and it worked well.