2011

Table Of Contents
> (greater than)
If the number val1 is greater than val2, the string returns 1; otherwise, it
returns 0.
$(>, val1, val2)
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
!= (not equal to)
If the numbers val1 and val2 are not equal, the string returns 1; otherwise,
it returns 0.
$(!=, val1, val2)
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
<= (less than or equal to)
If the number val1 is less than or equal to val2 , the string returns 1; otherwise,
it returns 0.
$(<=, val1, val2)
> (greater than) | 405