Keyword
False
Description
Used to set Boolean variables or properties. False is the result of a comparison of two objects that are not equal.
Usage
expression = False
Expression is any valid Boolean expression.
Sample code
Var b As Boolean
b = True
b = False
Compatibility
Project Types |
All |
Operating Systems |
All |