Closed kjetil-kilhavn closed 3 years ago
Found the problem. The problem is in our source code of course ;-) However, the checks can be made more robust so that it handles '=>' as well as '>='.
There are two problems - they are probably related, but I will propose to implement code changes for them separately to increase the robustness of the code as well as detect this type of problem early on.
The statement which fails on the form:
IF ( struc-comp1 = var1 AND struc-comp2 => var2 ) OR struc-comp3 > var3.
I am trying to figure out why it fails, but first I need to understand better how the check code works.