Here is my question, I want to test to see where names array is equal to a space " " an when the first space comes up I want to exit the whole thing. In short I want to get the subscript value of the first space in the array. how can I break from the if all the way outside of the for loop?