Share via


6.1.2.3.1.1 CBool

Function Declaration

 Function CBool(Expression As Variant) As Boolean 

Parameter

Description

Expression

Any data value (section 2.1).

Runtime Semantics.

§ If the value of Expression is an Error (section 2.1) data value then return the Integer data value that is the result of the Long error code (section 2.1) of the Error data value being Let-coerced to Boolean (section 5.5.1.2.2).

§ If the value of Expression is not an Error data value return the Boolean data value that is the result of Expression being Let-coerced to Boolean.