最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
正确显示数据库里同时存在的GB码和BIG5码:
时间:2022-06-30 11:18:33 编辑:袖梨 来源:一聚教程网
Public Function CheckBIG(strSource As String) As Boolean
Dim idx As Long
Dim ByteTemp() As Byte
CheckBIG = False
For idx = 1 To Len(strSource)
ByteTemp = StrConv(Mid(strSource, idx, 1), vbFromUnicode)
If UBound(ByteTemp) > 0 Then
If (ByteTemp(1) >= 64) And (ByteTemp(1) <= 126) Then
CheckBIG = True
Exit For
End If
End If
Next idx
End Function
Dim idx As Long
Dim ByteTemp() As Byte
CheckBIG = False
For idx = 1 To Len(strSource)
ByteTemp = StrConv(Mid(strSource, idx, 1), vbFromUnicode)
If UBound(ByteTemp) > 0 Then
If (ByteTemp(1) >= 64) And (ByteTemp(1) <= 126) Then
CheckBIG = True
Exit For
End If
End If
Next idx
End Function
相关文章
- 如何关闭迅雷游戏导航栏 04-07
- 126邮箱极速登录入口-126邮箱网页版一键登录 04-07
- 如何关闭火绒安全软件托盘消息 04-07
- 文件传输助手如何取消登录 04-07
- 微博网页版免登录入口-微博网页版直连免登录 04-07
- 17k小说网如何绑定邮箱 04-07