Duplicate Case Error, Complier acting weird
John Paul
Posts: 143
Facing a unique compiler error
ERROR:\Bedroom\incHVAC.axi(2043): C10576: Duplicate CASE values in SWITCH statement
, even though the case are all unique, its on line no 2043, there is a case 75 even though there is no other case 75
I got on call with support and they told me to put the cases on the top, and it is a bug in the compiler. Basically i have to put the cases in numerical order in order to work around it.
Has anyone ever faced this error.
ERROR:\Bedroom\incHVAC.axi(2043): C10576: Duplicate CASE values in SWITCH statement
, even though the case are all unique, its on line no 2043, there is a case 75 even though there is no other case 75
I got on call with support and they told me to put the cases on the top, and it is a bug in the compiler. Basically i have to put the cases in numerical order in order to work around it.
Has anyone ever faced this error.
0
Comments
Jeff