Hi,
I have 18 analog output channels and each channel has its own 6 checkboxes (if the box is checked, it gets multiplied by another number, else the raw value is sent to the next case structure). Since, each channel has the same code, can anyone suggest me ways to simplify the code? If I use an array of channel values, how do I differentiate between checkboxes of each channels? Please suggest.
Thank You.