Is there an easy way to connect a boolean array to a logical "and" or "or" compound to get a boolean as a result? Are all entries in the array true (and), is at least one entry true (or)? The both logical compounds allow multiple entries, but how does one deal with it if all the boolean arrive in an array?
Cheers!
Test Boolean Array (And, Or)
-
Mr.Core
- Posts: 148
- Joined: 10 Aug 2011, 10:35
- Skype: giga-core
- Location: Kharkov, Ukraine
Re: Test Boolean Array (And, Or)
Maybe in this way
You do not have the required permissions to view the files attached to this post.
-
Pancho
- Posts: 659
- Joined: 19 Sep 2010, 09:28
Re: Test Boolean Array (And, Or)
Very nice!!! Love 2., looks much easier. I didn't even think of the set stuff, as I didn't use it yet.
Thanks very much!!!
Thanks very much!!!