Which datatype is used for storing large text?

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?

I guess we have only string, may be try using List/array of string to store data in multiple pages

if i guess you are over writing the string instead of concat , check your variable that you are concating correct

not all details are clear but check:
grafik