@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
How do i read lines from a text file without using Resources
-
Tried reading a line from a text file but it wasn't working at all am a user of winautomation and to read lines of text from a text file with winautomation i need this basic action.
- get text files name.txt and read its content as a list and stored it in a variable
- use for each action to loop through the file and get the lines one after the other
How do i get this done with BAS i have tried many stuffs but still couldn't read text file line by line. I hope someone will guide me through this. Thanks