<dtml-if var and var and var>
How do you correctly code this if statement. // I desire all three to be true to pass <dtml-if var1 and var2 and var3> <dtml-var all_three_pass> </dtml-if> technology.nospam@mylinuxisp.com thanks
<dtml-if expr="var1 and var2 and var3"> ... </dtml-if> technology@mylinuxisp.com wrote:
How do you correctly code this if statement.
// I desire all three to be true to pass
<dtml-if var1 and var2 and var3> <dtml-var all_three_pass> </dtml-if>
technology.nospam@mylinuxisp.com
thanks
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough - Digital Creations, Inc. Publishers of Zope - http://www.zope.org
participants (2)
-
Chris McDonough -
technology@mylinuxisp.com