Thread: Data types
View Single Post
 
Old 01-05-2013, 04:12 PM
Jennifer Murphy's Avatar
Jennifer Murphy Jennifer Murphy is offline Windows XP Office 2007
Competent Performer
 
Join Date: Aug 2011
Location: Silicon Valley
Posts: 234
Jennifer Murphy is on a distinguished road
Default Data types

Did Microsoft really change the names of the fixed point data types for VB.net?

If I understand it correctly,

Code:
  Bytes   VB6 & VBA   VB.net
     1      byte       byte
     2     integer    short
     4      long      integer
     8       n/a       long
Is this correct?

Is there a table somewhere that summarizes the data types and provides recommended prefixes for variables?
Reply With Quote