Compiler Variable If
This command is used to achieve conditional compilation. It is used in conjunction with the Compiler Variable Else and Compiler Variable End commands.
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
Provide the string literal to perform the comparison with.