Product Administration Guide > Configuration Rule Assembly Language >

Conditional Operators


Conditional logic operators are shown in Table 43.

Table 43. Conditional Operators
Operator
Syntax                    
Properties
Logical conditional
if (A, B, C)
If A then B, else C. If C is not specified, it defaults to true (1).
Numeric conditional
?(A, B, C)
If A then B, else C. If C is not specified, it defaults to false (0). This means the expression returns false if A is false and C is not specified. Rarely used.


 Product Administration Guide, Version 7.5 
 Published: 18 April 2003