Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
please... how to make multithread, I've seen the tutorial but it's an old version of BAS :'( im stuck
create a resource with the type of FixedIneger
Then go to record mode Follow the screenshot
@cparonny Thankyuuuuuuu 12hours searching i cant find it... thankyuuuu
@farhan searching 20min around the forum/bas would have been enough......
TG @bascook
No
@Shabjdeed лучше со списком работать, как по мне.
He meant one script per thread.
Each asynchronous function started, starts in separate thread. So in that example you will have 2 threads since 2 asynchronous functions will be started, each with its own (different) script.