Boolean Values In a Variable
Today at work, I was building a validation routine for requiring related fields. In this instance it was an area code and a phone number. If either were populated, the other was required.
I had built a variable to contain the boolean values. Then checked both fields and used an if to see what was found.