@majdi105 said in Reduce data usage:
@sergerdn what this has to do with chrome
This setting can be used in the BAS browser
I explored free version, and all seems good n I learned except one thing.
I am going to sign up a webpage with name, email and password.
I have these data in excel file.
I need to read and fill details from that excel file. I am to do multi-threading of "10".
so, during that time each thread should use unique data from excel.
How can I do it.
@sarankavalan You cannot use multithreading in Excel, only 1 thread
if excel cannot be used.
what is other way to process multi threading and for each thread using unique data without duplicate.
the instruction above you said is bit confusing. for my purpose it is not mandatory to use excel.
I am ok to feed data in any form which is easy to deal.
@sarankavalan You wrote to me to create logic with Excel, and I wrote to you.
It is best to use resources or the internal BAS database, but if you are a beginner, it is better to use conventional resources.

Multi threading is possible using resources. You have to put your data in a resource. This video can be actually pretty helpful: https://youtu.be/fLggFllTWws?si=9Z1s_Mip63GlLUW6
Thank you so much guys. I finally achieved it