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?