Hi all!

I have an array of strings that I'm loading in from another array of strings.
When i run the run the program in debug mode i want to check for a string that had nothing loaded into it.
when I put my cursor over the array in question with nothing loaded into it it shows

Array(3) = "(a bunch of squares)"
what I want to know is what are thoes squares and how can I test for them?