@tony2n91 said in About ending nodejs:
I'm using While (for loop), if and else. How can i force to exit Nodejs and give success inside the loop ? I did try to create success action and use it, but not working well.
Things happen.
Hello again,
Im really beginning with BAS so please be indulgent.
I have created a resource ACCOUNTS which load lines from text files manually in the right panel.
I do not use multithread, just 1 browser to read from the resource and do actions.
I would like to go through the resource element 1 to the end.
I have tried FOR 1 to a number but it does seems i do not have access to resource while BAS running.
I can not even get the resource number of elements
Please help needed!
Thanks
@hnb said in How to read resource from beginning to the end:
Hello again,
Im really beginning with BAS so please be indulgent.
I have created a resource ACCOUNTS which load lines from text files manually in the right panel.
I do not use multithread, just 1 browser to read from the resource and do actions.
I would like to go through the resource element 1 to the end.
I have tried FOR 1 to a number but it does seems i do not have access to resource while BAS running.
I can not even get the resource number of elements
Please help needed!
Thanks
Test script