Re: Simple regex request

2001-01-31 Thread A . Curtis Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 31 Jan 2001 07:45:16 -0500, Jan wrote these words of wisdom: EF I've been a programmer for 20 years, and in my way of thinking EF this statement would cause the contents of %ABofromFIRSTNAME to EF be replaced with the contents of

Re: Simple regex request

2001-01-31 Thread Elden Fenison
A., On Wednesday, January 31, 2001, 10:21:13 AM, you wrote: ACM It's really just the syntax that's being criticised. '=' ACM means 'equal to'. That's what it means when used in all ACM other macros except in the context of address book macros ACM where it means 'if no value found then ='. Yes,

Simple regex request

2001-01-30 Thread Elden Fenison
TBUDL, I hope that this request is simple enough that I can post here as opposed to TBTECH. I don't know much at all about regular expressions, but I'd like to request one that I can use with my reply templates. The default reply template uses %OFromFName as the greeting. What I

Re: Simple regex request

2001-01-30 Thread A . Curtis Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Jan 2001 19:03:45 -0800, Elden graced us with these comments: ...snip... EF The default reply template uses %OFromFName as the greeting. What EF I would like to do is use the first name in my address book entry EF for the original

Re: Simple regex request

2001-01-30 Thread Elden Fenison
A., On Tuesday, January 30, 2001, 7:14:09 PM, you wrote: ACM You don't need a regex for this. ACM Use this macro: %ABofromFIRSTNAME="%OFROMFNAME" ACM It will look for the address book first name and use it. If there's no ACM address book entry, then it will fall back on the original 'from' ACM

Re: Simple regex request

2001-01-30 Thread A . Curtis Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Jan 2001 19:28:48 -0800, Elden graced us with these comments: EF Thank you much. You're welcome. :=) ACM The address book macros are explained in the help. EF Hmm, ok sorry for not looking there first. That's not what I meant. I was