This may be due to the file being used by two projects at the same time.
In any case, I would like to ask you to attach the file and the projects so that I can look into your problem. You can attach the files here or in a private message on the forum.
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?

