檢查字符串是否僅包含字母數字字符.
StringIsAlNum ( "字符串" )
Local $x = "這 是 一 個 有 空 格 的 句 子." MsgBox(0, "", "函數 StringIsAlNum 返回: " & StringIsAlNum($x))