Top "Variant" questions

A variant data type is a tagged union that holds other data types.

Excel VBA: Variants in Array Variables

A question on variants. Im aware that variants in Excel vba are both the default data type and also inefficient (…

arrays excel vba types variant
How to return the number of dimensions of a (Variant) variable passed to it in VBA

Does anyone know how to return the number of dimensions of a (Variant) variable passed to it in VBA?

excel vba dimensions variant
How to store variant data in C++

I'm in the process of creating a class that stores metadata about a particular data source. The metadata is structured …

c++ variant
How can mixed data types (int, float, char, etc) be stored in an array?

I want to store mixed data types in an array. How could one do that?

c arrays variant mixed-type
How to use variant arrays in Delphi

I have two Delphi7 programs: a COM automation server (EXE) and the other program which is using the automation server. …

arrays delphi automation delphi-7 variant
How to check whether a variant array is unallocated?

Dim Result() As Variant In my watch window, this appears as Expression | Value | Type Result | | Variant/Variant() How do I …

vba variant
Convert Variant Array to String

I am trying to take a variant variable and convert it into a string so that I can run a …

vba variant
Android Studio: No build variant found error

i am new to android development, i started developing from scratch on a project i bought online, following the documentation, …

android android-studio build android-gradle-plugin variant
Can't use c++17 features using g++ 7.2 in QtCreator

I have recently updated gcc and g++ to version 7.2. I would like to try out std::experimental::any and std::…

c++ qt-creator c++17 variant
A simple way to convert to/from VARIANT types in C++

Are there any easy-to-use, high-level classes or libraries that let you interact with VARIANTs in Visual C++? More specifically, I'd …

windows visual-c++ variant