Changes

Understanding Visual Basic Variable and Constant Types

445 bytes added, 18:44, 13 August 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Visual Basic Modules and Procedures|Previous]]<td align="center">[[Visual Basic Essentials|Table of Contents]]<td width="20%" align="right">[[Declaring Visual Basic Variables and Constants|Next]]</td>
<tr>
<td width="20%">Visual Basic Modules and Procedures<td align="center"><td width="20%" align="right">Declaring Visual Basic Variables and Constants</td>
</table>
<hr>
 
 
A variable is a location in memory where a value can be stored during the execution of a Visual Basic application. Visual Basic variables are assigned names by the programmer when they are declared so that they can easily be referenced in other places in the application code.