Keyword
False
Description
Used to set Boolean variables or properties. False is the result of a comparison of two objects that are not equal.
Sample code
Var b As Boolean
b = True
b = False
Keyword
Used to set Boolean variables or properties. False is the result of a comparison of two objects that are not equal.
Var b As Boolean
b = True
b = False