Is it possible to create an array of variables? Eg. if I have to 10 boolean control, called Switch1, Switch2... Switch10, and I need to switch one of them to ON, but which one to switch on depends on different situation. Say, at situation A, I need to switch on Switch3, then at situation B, I need to switch on Switch5, etc. Can I write just one command, with the switch number as the input, so that it can switch on different boolean control (Switch#) at different time? (i.e. treating the variables Switch1 to Switch10 as an array of variables called Switch#).
BTW, this question was asked by another LabView user in 2000, but there hasn't been a satisfactory anwer.