Hi
I'm having some problems with an array
i have in the definitions
Dim x(4)() as string
then when it comes to my assignments I have
x(4)(ss) = (TextBox5.Text)
but it throws an exception (Null Reference)
Can anyone help me with this?
Thx in advance