Changes

Data Types Built into VB6

69 bytes added, 14:23, 3 June 2007
The following lines were added (+) and removed (-):
{|{| border=1 cellspacing=0|+|+ '''The built in types are:'''! '''The built in types are:'''Type Storage Range of Values{| border=1 cellspacing=0--------------------------------------------------------------------------------|-Byte 1 byte 0 to 255| Type Integer 2 bytes -32,768 to 32,767| Storage Long 4 bytes -2,147,483,648 to 2,147,483,647| Range of Values|-| Byte | 1 byte | 0 to 255|-| Integer | 2 bytes | -32,768 to 32,767|-| Long | 4 bytes | -2,147,483,648 to 2,147,483,647|}{| border=1 cellspacing=0|-| Type | Storage | Range of Values|-| Single | 4 bytes | -3.402823E+38 to -1.401298E-45 for negative values 1.401298E-45 to 3.402823E+38 for positive values.|-| Double | 8 bytes | -1.79769313486232e+308 to -4.94065645841247E-324 for negative values 4.94065645841247E-324 to 1.79769313486232e+308 for positive values.|}Type Storage Range of Values[[Category:Computer Technology]]--------------------------------------------------------------------------------[[Category:Programming]]Single 4 bytes -3.402823E+38 to -1.401298E-45 for negative values 1.401298E-45 to 3.402823E+38 for positive values.[[Category:VB6]]Double 8 bytes -1.79769313486232e+308 to -4.94065645841247E-324 for negative values 4.94065645841247E-324 to 1.79769313486232e+308 for positive values.
Bureaucrat, administrator
16,192
edits