@to-nice said in Multi parse csv string:
@sergerdn A quick question: with my other bot, when I have 100 accounts using the 'perfect fingerprint,' the bot completely freezes. Would using an external database help avoid this issue?
I don't know.
@John-Wick Use the "ignore errors" function inside. If I understand the question correctly
It is hard to understand what you ask without source code example.
By default you can expect such behavior with BAS scripts. In each iteration
Bas would use one value per thread.
When creating resource you should use option "Lines from file and "Use each line one time". And your resource TXT file should have a structure like this >
A1
A2
A3
A4
If that is the case each thread iteration will use only one value, even in multithreaded enviroment.