#NullRef but on what?
1 messages · Page 1 of 1 (latest)
Well, the error is clear
You're trying to set an element to an array that is null
So I guess to answer your question
NullRef but on what?
The only thing that can be null - the array
Wait, so i cant assign values to an array at runtime? is that why?
do i need to use a list?
What? No that's not the problem, the problem is you haven't created the array
?
