Re: two dimesional array
- From: "Denny" <dbrowne@xxxxxxxxxxxxxxxx>
- Date: Wed, 26 Nov 2008 08:16:07 -0700
Thanks for all the replies. I was able to look at the source code (its from another department), and we changed it on the component end.
Basically, since it was a VB.net component, with explicit off, the compiler was automatically changing it to what it thought needed to be returned. We correctly returned the 2 dimentional array, and the problem was fixed.
"Denny" <dbrowne@xxxxxxxxxxxxxxxx> wrote in message news:OZMHUCnTJHA.6044@xxxxxxxxxxxxxxxxxxxxxxx
This is probably an easy question but I can't figure it out.
I have a component that returns a 2 dimensional array of strings ( I don't have access to the source code). I also don't know what the dimensions will be.
When I try to assign it to another variable I get:
"Cant' explicitly convert type 'string' to 'string[*,*]
I've even tried to declare a string array with know dimensions but no luck. Anyone have a thought to the solution?
Thanks.
.
- References:
- two dimesional array
- From: Denny
- two dimesional array
- Prev by Date: RE: Cross thread use of DependencyObject
- Next by Date: Re: database program question
- Previous by thread: RE: two dimesional array
- Next by thread: File.Move
- Index(es):
Relevant Pages
|