Array Problem

ADO DOT NET

Centurion
Joined
Dec 20, 2006
Messages
160
I have an array here:

Private AttachName() As String

In my code probably I will add something to my array, and possible that I don't!

However, how can I finally find out if the AttachName has anything inside or not?

If AttachName.Length = Nothing Then ...

I get error:

'System.NullReferenceException'

What should I do?!
 
Back
Top