D
Davids
darn stuck again!
in my string array
string[] myArray = string[26];
Let's say I've put a string field into the first 3 items and I guess the
other 23 must then be null, right? OK so is there any C# method/property to
find the next empty (null) item? The Length property always returns the
total items ie 26!
in my string array
string[] myArray = string[26];
Let's say I've put a string field into the first 3 items and I guess the
other 23 must then be null, right? OK so is there any C# method/property to
find the next empty (null) item? The Length property always returns the
total items ie 26!