Hi All ,
I am doing screen scraping and storing output in string variable.
Using string builder to append screen scraping results to the same variable.
As it is scraping data of multiple pages , even after screen scraping is done successfully, the string variable is not able to store all the pages.
It is showing just first 100 lines of scraped data ?
which datatype is used for storing large text in this case?