On Wednesday, February 26, 2003, 11:51, Nick Dutton wrote: > Roelof got me sorted, and my reply template looks like this:
>> %QuoteStyle='%SETPATTREGEXP="(?is)(\w)"%- >> %REGEXPBLINDMATCH="%OFromFName"%- >> %SUBPATT="1"%- >> %SETPATTREGEXP="(?is)(\w)"%- >> %REGEXPBLINDMATCH="%OFromLName"%- >> %SUBPATT="1"%-' >> %CAPITAL='%OFromFName', > Unfotunately this inserts a blank line above the '%OFromFName'. > Can anyone (or Roelof!) tell me: > - why this happens and how I can fix it? Change the last two lines from: %SUBPATT="1"%-' %CAPITAL='%OFromFName', to: %SUBPATT="1"%-'%CAPITAL='%OFromFName', That should do it. -- Regards, Marcus Ohlstr�m Using The Bat! v1.62/Beta7 on Windows 2000 5.0 Build 2195 Service Pack 3 PGP Public Key at http://www.canit.se/~marcus/pgp.asc ________________________________________________ Current version is 1.62 | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

