Hi,
I would have thought that you would be reading the html file back in line by line
Open Somefile for input as #1
Do
If Not EOF(1) Then
'read next line
Line Input #1, Buffer
End If
Loop Until EOF(1)
Close #1
give it a whirl andd try it out
hope it helps
DocZaf
{;->




Reply With Quote