判断字符数,如
msgbox(txt.length)
If txt.length = 15 Then
elseIf txt.length = 11 Then
elseIf txt.length = 1 Then
End If