@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.
How to use command line for bas
-
I see a lot of screenshots of people building/running scripts via cmd line. Is it possible to compile a stript and run it from cmd line at all?
-
@hellomembersha said in How to use command line for bas:
I see a lot of screenshots of people building/running scripts via cmd line. Is it possible to compile a stript and run it from cmd line at all?
It will not work to compile the script from the command line, BAS is needed for this.
-