vb6.0 如何判断字符串内容是否为空,就是字符串里面全是空格,回车之类的
答案:1 悬赏:40 手机版
解决时间 2021-02-18 13:57
- 提问者网友:轮囘Li巡影
- 2021-02-17 16:06
vb6.0 如何判断字符串内容是否为空,就是字符串里面全是空格,回车之类的
最佳答案
- 五星知识达人网友:詩光轨車
- 2021-02-17 17:11
假设有字符串str
str=replace(str," ","")
str=replace(str,vbcrlf,"")
str=replace(str,vbcr,"")
str=replace(str,vblf,"")
if str="" then
'就说明是空
end if
str=replace(str," ","")
str=replace(str,vbcrlf,"")
str=replace(str,vbcr,"")
str=replace(str,vblf,"")
if str="" then
'就说明是空
end if
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯