I have a routine that parses a web page. To do this, it builds a stack of the html tags. It works well. But when I try a really difficult web page (2200 lines), the stack goes out of memory. Is there any way to increase the allowed memory?
-- Thanks
Go to the complete details ...