A long time ago, I saw a post (that I can't find now) about someone wanting to validate against all blank spaces in their fields... they had done it by using a huge, ugly, long if comparison..
if ((myvar == ' ') || (myvar == ' ') || (myvar == ' ')...) ect.
I was really busy at the time, so...