Thanks -- I'll add them to my toolkit.
Hi George,
Other ways to do this
And @@ {True, False, True} (* False *) AllTrue[{True, False, True}, Identity] (* False *) And[Evaluate[Sequence @@ {True, False, True}]] (* False *) Or @@ {True, False, True} (* True *)