05-06-2016 02:01 PM
Hi Everyone,
I would like to use a combo box to send out two different values to two seperate inputs for each combo box selection. E.g. If I select "Channel 1" form the combo box, then the integer "1" and the string "Ch 1 " which I can then send to two seperate terminals.
I really have no idea how to do this, my one thought was to combine them into one value for the combo box value and then to split the string and use it this way - but this seems clunky!
Cheers!
Solved! Go to Solution.
05-06-2016 02:44 PM - edited 05-06-2016 02:44 PM
Instead of a combobox, I would probably use a ring.
05-06-2016 05:15 PM
Perfect!
Thanks!