Remember variant ?
Cory is continuing his posts about VB10 differences from VB6. His latest posts is on variants. Variants were/are basically a structure that contains a variant type enumeration and either the variable’s data value or a pointer to the variable data. In pseudo code it basically looks like: Structure Variant Public VT as VariantType […]
Click here to read more »