02-04-2020 04:10 PM
I need to allow the user to select multiple buttons to select tests before starting code. I am trying to make it possible for the user to select the locations to be tested on this grid before launching into tests. I already DAQ part of it worked out. Maybe I have been staring at this too long, nut it has me somewhat stumped.These are boolean buttons
Solved! Go to Solution.
02-04-2020 04:16 PM
Don't use buttons. Use a 2D array of Boolean. You could also do it with a cluster of Boolean elements to match your grid.
02-04-2020 04:28 PM
Thank you. I think it is time to go home. As soon as I read your response it dawned on me. It took about 3 minutes to get going. Great answer and it still looks good too.