Hi
What is the correct method for finding spaces in a text string??
Is it if(str[i] == NULL), if(str[i] == "") or if(str[i] == '')??