Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: [esm] Enhanced Template Parser

Quote Reply
Re: [esm] Enhanced Template Parser In reply to
Try (no gaurantee) the following:

Quote:

<%if Prefix eq 'Mrs|Ms|Miss'%>
do something
<%endif%>


Alternatively, you could use some reverse logic, like the following:

Quote:

<%if Prefix ne 'Mr'%>
<%if Prefix ne 'Dr'%>
do something related to females
<%endif%>


Or if you trying to print something related to females versus males, it might be more efficient to use Gender with only two values of "Male" and "Female".
========================================
Buh Bye!

Cheers,
Me
Subject Author Views Date
Thread Enhanced Template Parser esm 4716 Sep 7, 2002, 3:21 PM
Thread Re: [esm] Enhanced Template Parser
Stealth 4610 Sep 7, 2002, 3:30 PM
Thread Re: [Stealth] Enhanced Template Parser
esm 4603 Sep 7, 2002, 4:17 PM
Thread Re: [esm] Enhanced Template Parser
Stealth 4596 Sep 7, 2002, 4:24 PM
Post Re: [Stealth] Enhanced Template Parser
esm 4597 Sep 7, 2002, 5:28 PM
Thread Re: [esm] Enhanced Template Parser
Paul 4596 Sep 7, 2002, 5:08 PM
Thread Re: [Paul] Enhanced Template Parser
Stealth 4592 Sep 7, 2002, 9:06 PM
Post Re: [Stealth] Enhanced Template Parser
Paul 4574 Sep 8, 2002, 2:11 AM