Re: %WRAPPED macro question

2003-11-12 Thread David Boggon
Hello Chris, C You really should use a right angle bracket (). It is standard C across e-mail clients and operation systems. Thanks but I'm asking about TB's macro's rather than about standards for reply prefixing. -- David Boggon [EMAIL PROTECTED] Using The Bat! 2.01.3 on Windows 2000

Re: %WRAPPED macro question

2003-11-12 Thread Robin Anson
On Wed 12 November 2003, 10:16:17 +1000, David Boggon wrote: I'm trying to set up a top-posting reply template that wraps original text and adds a ': ' prefix before each line. Like this : sample text I am using Andrew Perevodchik's macro plug-in and this is the expression I've come up

Re: %WRAPPED macro question

2003-11-12 Thread David Boggon
Hi Robin, RA%_Wrap_Text=%QInclude(your_QT)%- RA%_Wrap_Limit=70%- RA%Prefix(: ,%QInclude(wrap))%- Yes that works an absolute treat thankyou! ps I have not come across the %_Wrap_Text= macro before ... I have the complete list of macros where is that one hidden? --

Re: %WRAPPED macro question

2003-11-12 Thread Robin Anson
On Thu 13 November 2003, 4:42:35 +1000, David Boggon wrote: RA%_Wrap_Text=%QInclude(your_QT)%- RA%_Wrap_Limit=70%- RA%Prefix(: ,%QInclude(wrap))%- Yes that works an absolute treat thankyou! ps I have not come across the %_Wrap_Text= macro before ... I have the complete list

%WRAPPED macro question

2003-11-11 Thread David Boggon
Can anyone tell me: I'm trying to set up a top-posting reply template that wraps original text and adds a ': ' prefix before each line. Like this : sample text I am using Andrew Perevodchik's macro plug-in and this is the expression I've come up with: %WRAPPED=%PREFIX(: ,%TRIM(path to QT that

Re: %WRAPPED macro question

2003-11-11 Thread Chris
On Tuesday, November 11, 2003 at 6:16:17 PM, David Boggon wrote in the message %WRAPPED macro question mid:[EMAIL PROTECTED]: I'm trying to set up a top-posting reply template that wraps original text and adds a ': ' prefix before each line. Like this : sample text You really should use