as I mentioned above, is it possible that I call another BAS script and after the processing of this "external" BAS script is done the current script continues at the next step (action)? Also can I exchange variable values between my "calling" and my "external" script?
Thanks :)
Not. But you can use the code of the second script as a function in the first script.
Hey.. ive checked your script.. im also newbie.. but it looks kinda strange to me - your script
Why dont you just created plain txt with urls you want to visit.. then just create one function where you will have load site from resource and then do a "run function in several thread"..
Here you have everythin explained frim scrapper to site "visiter" in multithreaded..
@yourfriendkarol Please be more specific on what you are going to achieve. Resources in BAS are very powerful but somewhat limited on the other hand. In total I spent few hours on github trying to understand if using a resource would be good for my this or other problem.