检查某个字符串是否仅含有大写字母.
StringIsUpper ( "字符串" )
If StringIsUpper("ABCDF") Then MsgBox(4096, "", "String contains only UPPERCASE letters") EndIf