09-11-2012 07:43 PM
Hello everyone. I have a problem with wiring the Ring control array with the case control. I have defined the Ring control to Long (I32) as the case, but it still says error.
09-11-2012 07:46 PM
You cannot wire an array to the case selector. It requires a scalar.
How would it know which element of the array you want to use?
Use Index Array or put the case structure inside a loop and use autoindexing.
Lynn
09-12-2012 09:18 AM
There is no such control as 'ring control array'. If you inserted a ring control into an array, why? You obviously cannot connect an array to a case statement. You would simply connect a single ring control.
09-12-2012 09:36 AM
I'm guessing what you really want to be using here is an enum. Then your case structure will use the defined text instead of the number.