Monday, June 27, 2011

declare datatype or something in visual basic

Declare datatype or something  in visual basic

For declare data type or connection we nedd to write

dim Variable_Name as datatype 
For 'dim' it is use for declare some thing.

Example:

dim a as integer
dim b as double
dim conn as connection


No comments:

Post a Comment