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.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to