Monday, 18 April 2011

Fundamental Visual Basic Programming

Variable List:
String-One Byte
Integer-Two Bytes
Long Integer-Four Bytes
Single(Floating Point)-Four Bytes
Double-Eight Bytes
Currency-Eight Bytes
Boolean-Two Bytes

Declaring a Variavle:
Dim x as Integer

No comments:

Post a Comment