Hallo Avram,

On Thu, 25 Aug 2005 18:57:03 -0500GMT (26-8-2005, 1:57 +0200, where I
live), you wrote:

S> Sorry, Roelof, but I am still confused.  (Maybe it's because it's late,
S> I'm tired, etc. etc.)

Over here it's supposed to be later than where you are. <g,d&r>

S> In your first example I don't see an empty line.

Let's take this QT as an example:

=================================================
Hello %ABtoFIRSTNAME="%TOFNAME",

  My e-mail address has changed to [EMAIL PROTECTED]
  Change this in your address book, please

--
Greetings, %FromFName
==================================================

Now you'd like to insert a From address, a reply-to header and a
subject. You'd do that with this alterations:

=================================================
Hello %ABtoFIRSTNAME="%TOFNAME",
%From='"My Name" <MyAddress>'
%Reply-To="Another address"
%Subject="Everything's better than a blank line"

  My e-mail address has changed to [EMAIL PROTECTED]
  Change this in your address book, please

--
Greetings, %FromFName
==================================================

Apart from the headers this would give you:


=================================================
Hello recipient,





  My e-mail address has changed to [EMAIL PROTECTED]
  Change this in your address book, please

--
Greetings, Avram
==================================================

But the use of the %- macro would skip those empty lines:

=================================================
Hello %ABtoFIRSTNAME="%TOFNAME",
%From='"My Name" <MyAddress>'%-
%Reply-To="Another address"%-
%Subject="Everything's better than a blank line"%-

  My e-mail address has changed to [EMAIL PROTECTED]
  Change this in your address book, please

--
Greetings, %FromFName
==================================================

As the above QT would give:

=================================================
Hello recipient,

  My e-mail address has changed to [EMAIL PROTECTED]
  Change this in your address book, please

--
Greetings, Avram
==================================================
And some headers, of course.

I hope this makes things clear

-- 
Groetjes, Roelof

"In God we trust.  All others we monitor..." A Naval Intelligence

The Bat! 3.60.03 Forerunner (Beta)
Windows XP 5.1 Build 2600 Service Pack 2
1 pop3 account, server on LAN
OTFE enabled
P4 3GHz
2 GB RAM

Attachment: pgpVm2Fqo2VNh.pgp
Description: PGP signature

________________________________________________
Current version is 3.51.10 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to