This function converts an expression to a Variant of subtype Boolean.
CBool(expression)
If expression is 0, False is returned; otherwise, True is returned.
If expression cannot be interpreted as a numeric value, a type mismatch error occurs.