Changes

Jump to: navigation, search

Understanding Visual Basic Variable and Constant Types

375 bytes added, 18:39, 10 July 2007
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.

Navigation menu