@nomalafzal619 how to do exactly what? create global/local var for thread /or file where you will write used ip's, that you can get by http request to ifconfig.com or similar sites, check if that list/string/file has string of gotten ip , if not => work, if it has => rotate proxy
what makes it difficult?
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