檢查字符串是否僅包含小寫字符.
StringIsLower ( "字符串" )
If StringIsLower("abcfoo") Then MsgBox(0, "結(jié)果:", "字符串只有小寫字母") EndIf