Greetings,

Here is a realy easy and stupid question

I wonder how I can open a text file and then search it for a string and then display the info after string but only to the end of line.

like this:

FileInfo=File made by: blahblah blah..
<html>
<body background="/images/bground.gif" bgcolor="#ffffff" text="#000000" marginheight="0" topmargin="0">
...

I want to be able to display the "File made by (and so on)"
and also be able to not display the data on the next lines (the <html> and <body background="/images/bground.gif" bgcolor="#ffffff" text="#000000" marginheight="0" topmargin="0"> tags).

Thanks in advance.


-Lumin