Getting at variant containing safe array from COM object?



I have a COM object which has a method which returns a variant which
contains a safe array of variants.

Does anyone know what the syntax would be to access the actual elements as
integers fro a C# program?

I can access from VB 6 without any issues.

I see from intellisense that the method has this signature:

object GetNextEvent()

Thanks!
--
Grant Schenck


.



Relevant Pages

  • Re: define-datatype and scope
    ... It looks like the identifier target is a top-level variable. ... ;target: illegal use of syntax in: target ... the datatype to be defined. ... the use of cases actually is a variant of the datatype. ...
    (comp.lang.scheme)
  • Re: Calculations
    ... Check out the DateDiff function in the Visual Basic Help File ... Returns a Variant specifying the number of time intervals between two ... The DateDiff function syntax has these named arguments: ...
    (microsoft.public.word.newusers)
  • Re: Getting at variant containing safe array from COM object?
    ... >I ended up solving it myself but with a somewhat different syntax. ... >>>I have a COM object which has a method which returns a variant which ... >>> object GetNextEvent() ... >>> Grant Schenck ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Mit eigener Tabellenfunktion die =?iso-8859-1?Q?G=FCltigkeit?= =?iso-8859-1?Q?_a
    ... Gleiche macht und von der Syntax her so aussieht: ... Function WennFehler(varFormel As Variant, varFehler) As Variant ... WennFehler = varFehler ...
    (microsoft.public.de.excel)
  • RE: Get creation date and time of a file?
    ... Returns a Variant that indicates the date and time when a file was ... Syntax ... > Thanks - david ... Prev by Date: ...
    (microsoft.public.access.gettingstarted)

Loading