@spa3212 said in Reading input data from csv file of non english:
@Fox so don't know for csv file this doesn't work, but for txt file it does :) anyways thans.
This works for any text file. Attach the file for the test
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