<p dir="ltr"><br>
On Feb 2, 2016 7:41 PM, "geneb" <<a href="mailto:geneb@deltasoft.com">geneb@deltasoft.com</a>> wrote:<br>
><br>
> (...)<br>
><br>
> So it's not solving a /problem/ it's lessening an inconvienence(sp!).<br>
><br>
> I would've gone with IIf(). :)<br>
><br>
><br>
> g.<br>
></p>
<p dir="ltr">The problem with Iff() is:<br>
1) it either retains normal function behavior and thus has to evaluate both expressions (i.e. suboptimal performance and allowing side effects);<br>
2) or add inconsistency by using function syntax but different behavior.</p>
<p dir="ltr">Best regards, <br>
Flávio </p>