redim NilObjectException

This is new for me, I’m now getting a NIlObjectException with an array, I can’t even use redim arrayName(-1) without getting a NOE.

I’ve never ever seen this before, anyone got any ideas?

it’s declared like:

Private Property arrayName(-1) as privateObj

Arrays can be nil, even if that’s not a “normal” thing to do. Are you sure you aren’t assigning nil to arrayName somewhere?

Thanks Kem,
I did a search and found it.

I’m converting how the code interacts with this array and hadn’t updated that function yet,