檢查字符串是否僅包含大寫字符.
StringIsUpper ( "字符串" )
If StringIsUpper("ABCDF") Then MsgBox(4096, "", "字符串只包含大寫字母") EndIf