The doc shows you can do a "AND" in a <@if> statement by doing the something like the following:
 
<@IF EXPR="<@arg num1> <4 && <@arg num2>> 0" TRUE="yeah" FALSE="boo">
 
However, I can't seem to figure out "OR".  I've tried this with no luck:
 
<@IF EXPR="<@arg num1> <4 || <@arg num2>> 0" TRUE="yeah" FALSE="boo">
 
Thanks,

Brad
 

Reply via email to