Hi: As a part of the code of a component, I have to return a Variant value, however I have to fill first the value of that variant. I have some possibilities: a C "int" value, a C "char*" value or a C "float" value. How can I copy these values to the variant value? Regards, Daniel Campos