Re: question concerning evaluate.



I completely agree with Luko on this one - whenever possible I use
EVALUATE as opposed to nesting multiple IF - ELSE conditions.

In my experience, the larger the nested IF statements become, the
greater improvement in application performance I have gained by
converting them to EVALUATE statements instead.

.