Object reference question
- From: AMP <ampeloso@xxxxxxxxx>
- Date: Fri, 25 Apr 2008 09:16:01 -0700 (PDT)
Hello,
I have this procedure to convert a Multidimentional string array to an
int but I get an error on line 6
"Object reference not set to an instance of an object".But Ive created
my object on line 1
int i = 0;
1 uint[][] intArray = new uint[Sample.Length][];
2 for (i=0;i<(Sample.Length);i++)
3 {
4 for(int j=0;j<(Sample[i].Length);j++)
5 {
6 intArray[i][j]=UInt32.Parse(Sample[i]
[j],System.Globalization.NumberStyles.Integer);
}
}
What am I doing wrong?
.
- Follow-Ups:
- Re: Object reference question
- From: Peter Duniho
- Re: Object reference question
- From: Anthony Jones
- Re: Object reference question
- Prev by Date: Re: Interesting namespace conflict problem
- Next by Date: Re: removing sidHistory
- Previous by thread: Sale Price Omega Speedmaster Broad Arrow Fake - Omega Minimum Price Wholesale
- Next by thread: Re: Object reference question
- Index(es):