clear clipboard issues in BAS
-
please explain to me how to clear the clipboard, because when I use the clipboard loop and then I write to a txt file, then sometimes [problems appear marked with inconsequential pasting results, is there a solution?
sorry my language is a bit strange because it uses translate
-
Describe the problem in more detail, please. How can this be repeated?
-
@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.