01-20-2006 02:04 PM
01-23-2006 02:16 AM
All functions related to conversione to and from variants can be found into the ActiveX library, classes Assignign values to variants and Retrieving values form variants.
What you need in this moment is CA_VariantSet1DArray (&varDblAry, CAVT_DOUBLE, 6, array); passing the varDblAry to the function.
For an example on transferring arrays with variants you could look at the excel demo in <cvidir>\samples\activex\excel directory.