No. Not with objects. You are right about variant versus othere types, but objects are diferent.
A Variable that is defined as an object is not actaully the object itself. It is just a 32 bit pointer to the object. As is a variable declared as a form. It is not the form, it is just a pointer to where the form is in memory.




Reply With Quote