[Gambas-user] Out of Memory Error

ekimtrah ekimtrah at ...67...
Mon Jan 23 23:16:27 CET 2012



ekimtrah wrote:
> 
> It runs out of memory in the RemoveBetween function on the web page in the
> code but not on other Web Pages.
> 

I found the problem, had to change
    WHILE (StartStrPos > 0)
to  WHILE (StartStrPos > 0) AND (EndStrPos > StartStrPos)

There is a tag at the end of that page I was loading that has no end ">"
-- 
View this message in context: http://old.nabble.com/Out-of-Memory-Error-tp33185400p33191569.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list