@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 read by line with BAS?
-
Hello
Any update on how you solved the issue?
I have the same problem now but can not figure out how to extract line by line.
I have used read file to save string from file text in a variable.
The problem is i can not import text in list because the jump to line disapear in the stringlook the Original text file :

And now look the result with read file

Its just like BAS delete the line info.
Basically i would like to retrieve le line containing openvpn on the list
Please help -
Thank you for the interest @cparonny
I ve forgot to precise that the result without "line ending symbol" is obtained with

This permit to give me all network card state.
Then i need to choose the line containing "openvpn" and then check in this line if i find "Connected" or "Connecté"
Then i break the loop to go through the script because i am sure the vpn has connected.In other word is there any function to add "line ending symbol" to string? like in write file parameters?

