see rupa's explanation below.

On Nov 1, 2009, at 1:24 AM, Michael Collins wrote:

How would you do an expression like: if $x < 24 in a condition tag? Just curious. I would like to make sure that is properly documented.
-MC




On Thu, Oct 22, 2009 at 5:51 AM, Rupa Schomaker <[email protected]> wrote:
${cond(${myvar} > 15 ? ERR : OK)}

If both sides of the comparison operator are numeric then it does
numeric comparison otherwise it does lexical string comparison.


_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to