In my program I have a greater than and a less than comparison. If either are false, I want to stop the program. I wired the outputs of the greater than and less than statements to an OR statement. I then wired the output of the OR statement to the conditional of a While Loop that I changed to 'continue if true.' A broken wire appears and it said the problem was that the source is a 1-D array of boolean and the type of sink is Boolean and I don't think this is correct, shouldn't I be able to wire them? Can anyone help me out?
Thanks in advance.