检查字符串是否仅包含大写字符.
StringIsUpper ( "字符串" )
If StringIsUpper("ABCDF") Then MsgBox(4096, "", "字符串只包含大写字母") EndIf