检查某个字符串是否仅含有字母(文字字符).
StringIsAlpha ( "字符串" )
Local $x = "This is a sentence with whitespace." MsgBox(4096,"检查结果", "返回值为:" & StringIsAlpha($x))