@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.
Can BAS Move Files?
-
So lets say I loaded 1.mp4 from C:/data folder and after I uploaded it on a website, I want to move it to C:/finishdata folder, can BAS do this?
-
@stephenperry18 said in Can BAS Move Files?:
So lets say I loaded 1.mp4 from C:/data folder and after I uploaded it on a website, I want to move it to C:/finishdata folder, can BAS do this?
