I read the Programming and Regular Expressions part of the help file ( ) but I still can't understand the conditional part.
How do I make a template which will insert the Prefix from Address Book in front of the first name of the person but only if the Prefix exist in Address Book. If Prefix does not exist, to insert the first name only?
I tried this:
It didn't work. What it does is makes the Prefix appear twice, like: Mr Mr Sergey, instead of: Mr Sergey.
How do I make a template which will insert the Prefix from Address Book in front of the first name of the person but only if the Prefix exist in Address Book. If Prefix does not exist, to insert the first name only?
I tried this:
| Code |
|---|
%AbTONamePrefix %TOFNAME |