PDA

Click to See Complete Forum and Search --> : Source code makes my program freeze up


moocow
Jan 11th, 2000, 05:42 AM
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!

Mark Sreeves
Jan 11th, 2000, 03:07 PM
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

Mark.Sreeves@Softlab.co.uk
A BMW Group Company

AdrianCsi
Jan 12th, 2000, 08:53 PM
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