Aargh, I HATE Lotus Notes as an email client. I apologize in advance if the
followups are confusing..
My example was abbreviated. I actually have multiple setpattregexp expressions
followed by text. To put everything on one line (else each setpattregexp is
followed by a blank line) makes it very illegible.
The QINCLUDE method is a nice workaround. I just wish that the template boxes
were resizable or that an external editor could be called directly since these
lines can get quite long and horizontal scroll bars are a major PITA! Is there
a line length limit?
Along similar lines (maybe this is more appropriate for TBUDL): let's say I want
to have multiple reply templates that are not tied to a specific folder. Is
there an easy way by which one can reply with different templates without having
to manually invoke a quick template in the message editor? (What I'd REALLY like
is a Template | Reply | TemplateName menu!)
jon
-----------------------------------------
Marck Pearlstone kindly responded:
Hi Jonathan,
On 05 April 2001 at 09:36:35 -0400 (which was 14:36 where I live)
Jonathan Wayne wrote to [EMAIL PROTECTED] and made these
points:
JW> ----------------
JW> %setpattregexp="Item Title.*?\n"%RegExpMatch="%Text"
JW> More stuff here
JW> ----------------
JW> The (small) problem is that a blank line appears between the setpattregexp
line
JW> and the More stuff here line, which I then go back and manually delete. How
do
JW> I avoid this?
Only by doing this in the template:
%setpattregexp="Item Title.*?\n"%RegExpMatch="%Text"More stuff here
To make this more legible you can put the regexp into its own Quick
Template and use:
%QINCLUDE="RegExp2"More stuff here
--
______________________________________________________
Archives : <http://tbtech.thebat.dutaint.com>
Moderators : <mailto:[EMAIL PROTECTED]>
Unsubscribe: <mailto:[EMAIL PROTECTED]>