怎么用vb 编写:当text1="1" 或者 text1="b" then text2="2" 当text1再次="1" 时 or ="b" 则 text3="3"

 我来答
ltcrg03
2010-09-02 · TA获得超过169个赞
知道小有建树答主
回答量:168
采纳率:0%
帮助的人:154万
展开全部
n=0 '变量n,记录出现次数
if text1="1" or text1="b" then

if n=0 then '第一次
text2="2"
n=1
else if n=1 then '第二次
text3="3"
n=2
end if

end if

这样,我初学,希望能用 -0-
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
沙慧月03
2010-09-02 · TA获得超过2157个赞
知道大有可为答主
回答量:2717
采纳率:100%
帮助的人:3615万
展开全部
if text1.text ="1" or text1.text= "b" then
if text2.text="2" then
text3.text="3"
else
text2.text="2"
end if
end if
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
japto
2010-09-02 · TA获得超过961个赞
知道小有建树答主
回答量:457
采纳率:0%
帮助的人:306万
展开全部
Private isNotFirst As Boolean '全局

Private Function SetText()
If text1="1" Or text1="b" Then
If Not isNotFirst Then
text2="2"
Else
text3="3"
End if
End If
End Function
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
q3660186
2010-09-02 · TA获得超过954个赞
知道小有建树答主
回答量:240
采纳率:100%
帮助的人:160万
展开全部
if text1.text=1 then
text2.text=2
end if
if text1.text="1" or "b"then
text3="3"
end if

end sub
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wenhongl
2010-09-02 · TA获得超过196个赞
知道小有建树答主
回答量:412
采纳率:0%
帮助的人:401万
展开全部
dim i as integer
private sub command1_click()
if text1="1 or text1="b" then
if i<1 then
text2="2
else
text2="3"
endif
i=i+1

endif

end sub
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式