Brian on the forum reports that two IF THEN ELSE statements will not generate a syntax error as it should. IF V17 THEN V = 20 IF V18 THEN V19 = 1 This should generate an error but apparently does not.
Brian on the forum reports that two IF THEN ELSE statements will not generate a syntax error as it should.
IF V17 THEN V = 20 IF V18 THEN V19 = 1
This should generate an error but apparently does not.