Hello Costas,

On Thursday, April 18, 2002 at 8:50:31 PM you wrote in
[EMAIL PROTECTED]">mid:[EMAIL PROTECTED] (at least in part):

CP> There's  a  slight  problem  that  I wonder if it can be solved. If my
CP> subject text contains a single quote (') then the subject line becomes
CP> truncated at the first instance of the single quote. Is there a way to
CP> bypass  this?  I  tried prepending a \ before the single quote, but it
CP> didn't work.

Either Use your statement with double-quotes

 %SUBJECT="%ABTOHandle other text by me"

or escape the single quotes by doubling them in the string you want to
insert. Example:

 %SUBJECT='%ABTOHandle other text by me ''Pit'' Palme'

Will create (assumed ~Handle is 'John'):

John other text by me 'Pit' Palme

as subject.

In general you can use nearly every non-word character instead of ' or "
to embrace the content of macros, like:

 %SUBJECT=_%ABTOHandle other text by me_
 %SUBJECT=#%ABTOHandle other text by me#
 %SUBJECT=?%ABTOHandle other text by me?

You only have to make sure it does not appear in content or is escaped
there by being twice.

HTH Pit
-- 
Regards
Peter Palmreuther                            mailto:[EMAIL PROTECTED]
(The Bat! v1.60c on Windows 2000 5.0 Build 2195 Service Pack 2)

For a good time, call (415) 642-9483


________________________________________________________
Current Ver: 1.60c
FAQ        : http://faq.thebat.dutaint.com 
Unsubscribe: mailto:[EMAIL PROTECTED]
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]

Reply via email to