Keyword

True


Description

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.

Usage

expression = True

Expression is any valid Boolean expression.

Sample code

Var b As Boolean
b = True

Compatibility

All projects types on all supported operating systems.

See also

False keyword, And, Not, Or, Xor operators, Boolean data type.