08-27-2008 10:52 AM
Good morning all,
I am looking for a quick and dirty way to evaluate a entire 1x19 boolean array into a single boolean true/false. Several ways to be true, but only one way to be false. Any suggestions?
Thanks,
Zach
Solved! Go to Solution.
08-27-2008 10:54 AM - edited 08-27-2008 10:54 AM
Hi Zach,
see the "Or Array Elements" function.
Mike
08-27-2008 10:55 AM
Do you mean a simple "OR", i.e. if any boolean is true then the output should be true?
In this case, just use the "OR Array Elements" from the boolean palette.
Daniel
08-27-2008 11:24 AM
Money! Thank you!