check double byte character
check double byte character
Rate check double byte character
(1(1 Vote))
Dim INTLOOP%
If vText <> "" Then
For INTLOOP = 1 To Len(vText)
If Not (Asc(Mid(vText, INTLOOP, 1)) <= 256 And Asc(Mid(vText, INTLOOP, 1)) > 0) Then IsJapChar = True: Exit Function
Next
End If
End Function
check double byte character Comments
No comments yet — be the first to post one!
Post a Comment