HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Global variable is set to something, but appears as nothing?

07-26-2007, 05:25 AM#1
MrApples
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?
07-26-2007, 07:04 AM#2
Pyrogasm
Compare it to "" instead of null?