I want to make sure that someone has typed at least one alpha character (a-z, A-Z) inside a textbox used on a form. Is there a way to use strspn with a range instead of "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"?
Or, alternately, is there a better method than that anyway?
Kevin
Or, alternately, is there a better method than that anyway?
Kevin