Intrinsic constant set by the compiler
Syntax
Description
Gives the False
Boolean value where used.
Example
Dim b As Boolean = False
If b Then
Print "b is True"
Else
Print "b is False"
End If
b is False
Version
Dialect Differences
- Not available in the -lang qb dialect unless referenced with the alias __False.
Differences from QB
See also