<br><br><div class="gmail_quote">On Thu, Oct 22, 2009 at 5:51 AM, Rupa Schomaker <span dir="ltr">&lt;<a href="mailto:rupa@rupa.com" target="_blank">rupa@rupa.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

cond would be helpful here?  I updated the wiki on this one just now<br>
with a bit more detail.  It is a api call. so, you&#39;d use it like:<br>
<br>
${cond(eval ? trueval : falseval)}<br>
<br>
so to get a value of ERR if the var my myvar is &gt; 15 you could:<br>
<br>
${cond(${myvar} &gt; 15 ? ERR : OK)}<br>
<br>
If both sides of the comparison operator are numeric then it does<br>
numeric comparison otherwise it does lexical string comparison.<br></blockquote><div><br>Rupa,<br><br>Yes, you can do the set/cond API trick but you can only do it in the action or anti-action tags, not in the condition tags. I&#39;m sure you know that but I want all those reading this thread to make the connection. <br>
-MC<br>
</div></div><br>