GETTING STARTED
TOPICS
API
RESOURCES
ESPAÑOL
FINE PRINT
Keyword
Used to set a Boolean object to the value of "True" or test whether an existing Boolean expression is equal to True. A comparison of two values that are equal returns True.
expression = True
Expression is any valid Boolean expression.
Var b As Boolean b = True
All project types on all supported operating systems.
False keyword, And, Not, Or, Xor operators, Boolean data type.