Null Reference Exception problem
Hi everybody.
I'm making a project with Arduino and I need to store a lot of values in a array of doubles.
The declaration of this array is this one:
Code:
Dim array()() As Double
When I try to ReDim it I got this error:
Of course, if I don't use ReDim, it gives me the same error when I try to populate it.
Imho, there's no sense in this error .-.
Any suggestion?