Changes

Jump to: navigation, search

Understanding Visual Basic Variable and Constant Types

5 bytes removed, 18:56, 10 July 2007
Boolean Variable Type
In the next chapter ([[Declaring Visual Basic Variables]]) we will look at how to create Visual basic variables and assign values to them. Before doing that, however, we need to look at the various types of variables that are available.
== 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