我是新手,高手帮帮忙
Private Sub 除_Click()a = CInt(Text1.Text)
b = CInt(Text2.Text)
If b = 0 Then Text3.Text = "N"
Text2.SetFocus
Exit Sub
End If
result = a / b
Label2.Caption = "/"
Text3.Text = result
End Sub
为什么显示end if 没有块 if 搞不懂
2012-01-12 11:06
2012-01-12 13:22
2012-01-12 14:41
2012-01-12 15:16

2012-01-12 17:30
2012-01-13 08:12
2012-01-15 15:35
2012-01-20 17:11