Hello Marck D Pearlstone, @Dienstag, 07. September 2004, 01:27 you wrote:
> Dear Ralph, > @6-Sep-2004, 22:53 +0200 (06-Sep 21:53 UK time) Ralph [R] in > mid:[EMAIL PROTECTED] said: R>> is it possible to search for certain strings in the body of a mail and R>> use it somehow? > Yes. The RegEx macros are used for this sort of purpose on a regular > (expression) basis. R>> e.g. onetwosold (austrian equivalent to ebay): i get the mail from R>> them containing info that article x with price y was sold to customer R>> z. R>> what i want to do now, is to auto-generate an answer and send it to R>> the customer, with the info used in the new mail, e.g. "Hello z, you R>> bought x for y ..." > Hello %TOFNAME, you bought %REGEXPTEXT="article (.*) with price" %- > for %REGEXPTEXT="with price (.*) was sold" ... > Just to implement you exact example ... thank you very much, but how can i use it on a text passage like this: Transaktionsnummer: 1958975 Artikelnummer: 14101885 Artikelname: Warcraft 3 Auktionsende: 05.09.2004 20:00:30 i always want to get the info after ":_". if i use your method all text from a certain point is used, but these lines end with a line break... -- Regards, Ralph ________________________________________________ Current version is 3.00.00 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

