I have a global string array where String_Array[1] when checked if null returns false, while String_Array[2] when checked returns true. I didn't touch any of the default value settings, and I would like it if String_Array[1] would be null by default. How would I do that(aside from the obvious, setting it) and why is this happening? |