VB Data types

From mi-linux
Revision as of 15:07, 13 September 2007 by Cm1949 (talk | contribs) (New page: '''Data Types in VB.Net''' Visual Basic has several different types of data available for storing different sorts of data values. It is important that data is stored in the correct type of...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Data Types in VB.Net Visual Basic has several different types of data available for storing different sorts of data values. It is important that data is stored in the correct type of variable. Data can be divided into two main groupings:

  • Numeric data - which can be used to perform calculations
  • Non-numeric data - such as names, addresses, etc