Changes

Jump to: navigation, search
Boolean Variable Type
== Boolean Variable Type ==
The Visual Basic Boolean variable type holds a value of ''true'' or ''false''. Internally these are actually stored as the numbers 1 and 0 representing ''true'' and ''false'' respectively. Boolean values are used in conditional statements to decide whether particular parts of Visual Basic code should be executed or not (see [[Visual Basic Flow Control]] for more details) on conditional statements.

Navigation menu