Thank you. I will try this. Here is a sample of what I have before your email. It started failing.
LineRead=TRIM(LineRead)
if left(LineRead,3) ="Tex" then
response.write "<table border='1' cellpadding='0' cellspacing='0' width='650'>"
'LineRead= "Tex" & LineRead
flag_data=1
end if
if flag_data=1 then
'This is used to remove bad values
for i = 1 to 15
LineRead=replace(LineRead, " ", " "

next
LineRead=replace(LineRead," ", "-"

LineRead=replace(LineRead,chr(9), "-"

LineRead=replace(LineRead,"--", "-"

'response.write lineread & "<br>"
SplitValues = Split(LineRead, "-", -1, 1)
response.write "<tr>"