
Does VB a similar data type like the C++ Union type
Look at VB's polymorphic capabilities. Define an interface and implement it
for all types.
Quote:
>I am looking for a user defined datatype that works like the C++ Union.
>I want a data type that can holds one value, but different data types. A
>Variants does not work since I use user defined data types.
>I appriciate any help
>Thanks
>Marc