Tyler,
I don't see why whis would work. Basically, you are trying to cast an
array type to this GCListOrArray type, which isn't possible, because the CLR
array types are just that, arrays of instances of that type, nothing else.
You need another way to convert the arry to a GCarray (really interface,
if it was defined in COM) class.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
>I have a program written in C# that handles communication between two
> pieces of software. My problem only deals with getting a text array
[quoted text clipped - 23 lines]
>
> Tyler
stunt016@gmail.com - 31 Aug 2006 17:51 GMT
I'm new to C#, I got thrown on this project. I'm not sure if
GCListOrArray is defined in COM. How would I check to see if it were
defined?
Thanks, Tyler