ON ERROR RESUME NEXT
if WINNT_CHINESE then
dim l,t,c
dim i">

判断文章中文字符数量

80酷酷网    80kuku.com

  中文dim WINNT_CHINESE
WINNT_CHINESE = (len("论坛")=2)</P><P>function strLength(str)
ON ERROR RESUME NEXT
if WINNT_CHINESE then
dim l,t,c
dim i
l=len(str)
t=l
for i=1 to l
c=asc(mid(str,i,1))
if c<0 then c=c+65536
if c>255 then
t=t+1
end if
next
strLength=t
else
strLength=len(str)
end if
if err.number<>0 then err.clear
end function </P><P>以上资料由动网先锋(http://www.aspsky.net)整理制作,转载请说明出处!













分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: