检查字符串是否仅包含小写字符.
StringIsLower ( "字符串" )
If StringIsLower("abcfoo") Then MsgBox(0, "结果:", "字符串只有小写字母") EndIf