mrand01
01-27-2004, 02:44 PM
Dim NumSlides As Integer = 0
Dim SlideArray() As String
SlideArray(NumSlides) = MyData 'Error breaks on this line
MessageBox.Show(SlideArray(NumSlides))
This code executes and I get this error on the 3rd line of that code:
"Object reference not set to an instance of an object."
Any ideas?
Dim SlideArray() As String
SlideArray(NumSlides) = MyData 'Error breaks on this line
MessageBox.Show(SlideArray(NumSlides))
This code executes and I get this error on the 3rd line of that code:
"Object reference not set to an instance of an object."
Any ideas?