Changes

Jump to: navigation, search

Understanding Visual Basic Variable and Constant Types

274 bytes added, 18:53, 10 July 2007
Byte Variable Type
== Byte Variable Type ==
 
A Byte variable holds a positive number in the range 0 to 255. because of the limited range, Byte variables should be used with caution. An attempt to assign a negative value, or a value greater than 255 to a Visual Basic Byte variable will result in an error.
 
== Date ==

Navigation menu