Concerning the members of a user defined data type, does anybody know if VB stores variables of certain data types on architecture-dependent boundaries or do they occupy consecutive bytes of memory?
For example is an Integer always stored on a 2 byte boundary, a Long on a 4 byte boundary, a Double on an 8 byte boundary etc?
If so, the order in which members of a type are defined would be important so as not to waste memory.
Paul Bent
Northwind IT Systems
For example is an Integer always stored on a 2 byte boundary, a Long on a 4 byte boundary, a Double on an 8 byte boundary etc?
If so, the order in which members of a type are defined would be important so as not to waste memory.
Paul Bent
Northwind IT Systems