This *Command executes a *Command conditionally, depending on the value of an expression.
*IF expression Then command [Else command]
expression | Integer expression |
command | Valid *Command |
For a comprehensive list of expressions, please see the CLI Expressions? page. This command only allows for integer expressions, including variable names (enclosed in angled brackets).
If a variable is to be compared to a string, both must be enclosed in double quotes.