-
Ok i've been working on an HTML parser and everything works great with 12 lines of code EXCEPT! when the HTML source code gets too large my program freezes. or so i believe that is problem, it's worked with smaller files.
So anyway what could be causing this? I use basic string commands such as CharNum and Mid$ thats about all it consists of.
Could someone please help me out here..
thanx!
-
May I have a look at your code to see if i can identify the problem.
If it's top secret you can email it to me!
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
-
Hi MooCow,
If you are using a text box to parse your HTML it will be limited to 255 characters. Try using a Rich Text Box instead.
Adrian