永发信息网

vb if then 语句

答案:3  悬赏:0  手机版
解决时间 2021-04-24 09:26
  • 提问者网友:遮云壑
  • 2021-04-24 05:42

Private Sub Text1_KeyPress(KeyAscii As Integer)

Dim right As Integer, wrong As Integer
If KeyAscii = 13 Then
If d = Val(Text1.Text) Then
Text2.Text = Label1.Caption & Text1.Text & "√"
right = right + 1
Else
Text2.Text = Label1.Caption & Text1.Text & "×"
wrong = wrong + 1
End If
Text1.Text = ""
Text1.SetFocus
Form_Load

上面代码中像then后面跟了多条语句的该怎么办?

最佳答案
  • 五星知识达人网友:不甚了了
  • 2021-04-24 05:48
没关系,每个if和end if 配对使用,then后的语句到end if结束,不像C++,IF语句后的多条语句要用{}。
全部回答
  • 1楼网友:思契十里
  • 2021-04-24 07:30

少一个End If吧

每一个IF 对应一个End If

  • 2楼网友:青尢
  • 2021-04-24 06:39
用elseif ....then
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯