<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">One last note:<BR>
<BR>
Be careful of using &lt;read from file xxx for yyy&gt;<BR>
<BR>
If you do not read for "lines", you run the risk of cutting a line in half on the spot where your magic string occurs.<BR>
<BR>
So always use &lt;read from file xxx for yyy LINES&gt;<BR>
<BR>
HTH.<BR>
Brian</FONT></HTML>