0072: Missing logical operator
A conditional statement has multiple conditions but a required logical operator (AND or OR) is missing.
Possible solutions: change the statement by either keeping only one condition or adding the operator AND or OR:
Last updated