The Amazing Baz
2012-09-05 16:49:05
When entering rules, the variable "if" generates a parse error. This is because it is mistaken for part of a conditional expression.
- rules that have the conditional if directly before the variable if. An example would be "if if==10, pp=1". This only works when the two ifs are next to each other. - when it is selected from a drop-down menu
However, the following circumstances cause the variable "if" to work correctly:- rules that have the conditional if directly before the variable if. An example would be "if if==10, pp=1". This only works when the two ifs are next to each other. - when it is selected from a drop-down menu