conversion of integer data type to variant type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jainchar
    New Member
    • Jan 2009
    • 14

    conversion of integer data type to variant type

    hello

    Can somebody help me please tell me what is the VARIANT data type.I am using VC++ 8.0. Basically my project is converted from vc++6.0 to vc++8.0.


    please tell me how i convert the integer data type to variant data type.

    please help me
    Last edited by Banfa; Jan 13 '09, 11:44 AM. Reason: These are all related
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    The VARIANT type isa type used by many things (COM object interfaces I think and others) and is a type that represents anything. I have a feeling that VB holds it's data like this since it is not strongly typed.

    Read more at VARIANT and VARIANTARG

    Comment

    Working...