Hi how to get all text from add element?
-
So I'm scraping links and saving them to Add Element in "1.txt"
so I have 50 lines then I want to use the same "1.txt" to get all 50 lines to PASTE or input them on a certain text field.
How to do that?
-
Probably it can be done much faster.. but basic solution for this is simle
- create resource with your 1.txt file
- type text -> content from resource
-
@plantacja said in Hi how to get all text from add element?:
Probably it can be done much faster.. but basic solution for this is simle
- create resource with your 1.txt file
- type text -> content from resource
thank you I'll try this! :)