15.07.2011, 07:16
No.
if(strlen(inputtext) && !IsNumeric(inputtext))
This checks if the string includes any text and it shouldn't include numbers to pass
if(strlen(inputtext) && !IsNumeric(inputtext))
This checks if the string includes any text and it shouldn't include numbers to pass