Does Zennoposter MP have virtual lists?
I just want to get the # count of the items that i scraped. How can i do that?
Say if i want to scrape some stuff from a site but i dont want to save it to a file because i just want to know how many things it scraped and dont care about the actual data. I can just save that data into a variable right?
So is there a way to get the list count of the variable?
I know you can get a list count of a list but i need to get the list count of the variable.
Using lists wont work for me since it would not work for what im trying to do if using multiple threads.
thanks
I just want to get the # count of the items that i scraped. How can i do that?
Say if i want to scrape some stuff from a site but i dont want to save it to a file because i just want to know how many things it scraped and dont care about the actual data. I can just save that data into a variable right?
So is there a way to get the list count of the variable?
I know you can get a list count of a list but i need to get the list count of the variable.
Using lists wont work for me since it would not work for what im trying to do if using multiple threads.
thanks