Variables and Constants

VB --- Variables and Constants. A . variable. is a named memory allocation that stores a value. Before using a variable it should be declared with a . Dim. statement that includes the . ... number 1 byte String A set of characters 1 byte/character Boolean True or False 2 bytes ... ................
................