Fixed: Create a new windows user.
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?

