Changes

Jump to: navigation, search

Understanding Visual Basic Variable and Constant Types

14 bytes added, 14:55, 1 August 2007
no edit summary
These values may either be declared as ''variable'' (in that once the value has been assigned it can be changed later in the Visual Basic code) or as ''constant'' (in that once the value has been assigned, it cannot be changed elsewhere in the code).
In the next chapter ([[Declaring Visual Basic Variablesand Constants]]) 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 ==

Navigation menu