O.P. Convert Boolean to Numeric?
Is there an easy way to convert a boolean value to a numeric value?
The boolean values are either true or false, and I want it to return either 1 or 0, respectively.
Im using an if statement right now, but Im wondering if there is a simpler way?
|