Else If
This command is used in conjunction with If commands. It performs another conditional evaluation, following a former if or else if statement.
Variable
Type the name of the variable, according to the value of which the conditional evaluation will be performed.
Comparison
Choose a comparison type from the drop down menu. If both variables contain integer values, a numeric comparison will be performed. If at least one variable contains a non-integer value, a string comparison will be performed.
Reverse Comparison
Check this checkbox if you wish to execute an if not evaluation.
Compare With
Type the name of the second variable for comparison. You may also use a string literal in this field instead of a variable.