Hello everyone,
The first statement seems to work and jumps to the right context. The second
statement yields 0 and always jumps to "true" (which is odd). Can anyone please
tell me whats wrong here?
Version 1: exten => s,n,GotoIf,($[20 < 10]?true:false)
Version 2: exten => s,n,GotoIf,($[${variableA} <
10]?true:false)
Version two is run under a MATH condition where variableA is returned as an
integer bigger than 10. I can see the output to be 0 (being false) and yet the
jump is gone to "true" context.
Thanks,
Bruce
_________________________________________________________________