@DuckDuck Thank you very much. Besides blocking libraries, what else can be done to optimize BAS and reduce RAM and CPU usage? Because the tool I'm working with is expected to simultaneously scrape 20-30 news pages.
how to load WHOLE PARAGRAPH
-
Hi, I want to load WHOLE paragraph lke it got alot of letters 14448 total
how can I do this?
how to load it from a .txt file and copy the exact text settings from it?
and paste it in some text area?
-
You need to extract each line into a variable first.
Then you can use Each variable on the settings page of the website you're using.
Otherwise the above is not alot of information to go on. -
Create a Resource of LinesFromFile. In the recording studio, use Resource Location to get the file path (keep reuse checked on the resource).
Next, use File System's 'Read File' using the Path from Resource Location.
Load it where ever you need.