PublicFunctions: CopyVariant |
Provides a way to copy a variant value to another variant without the knowledge if Set needs to be used for objects.
Public Sub CopyVariant( ByRef Destination As Variant, ByRef Source As Variant )
This works identical to the Win32 VariantCopyInd API function.
Any value in the destination variant will be released correctly before the source variants is copied into it.