Changes

Jump to: navigation, search

Understanding Visual Basic Variable and Constant Types

315 bytes added, 19:23, 10 July 2007
Date Variable
The Visual Basic ''Date'' variable type holds a date and time value. Dates are declared in the form #mm/dd/yyyy#. For example, May 23, 2007 would be declared as #5/23/2007#.
 
== Decimal Variable ==
 
The ''Decimal'' variable type can store either a whole number or a decimal number up to 29 decimal places. When working with whole numbers, however, it is recommended that the ''Integer'' variable type be used as this uses less memory than the Decimal variable type.
 
== Double Variable ==

Navigation menu