Posts: 109
Score: 0
Joined: 12/21/2004
From: USA
Status: offline
It sounds like you are using .ReadAll to read the entire document into one variable. You could go through a process to break this variable down, but it sounds like you may be better served by reading the file line by line and putting these lines into a variable.