vb command每点击一次累加text中的值 帮忙看看哪里错了
DimaAsIntegerDimbAsIntegera=Text1.Textb=b+atext2.text=b可是为什么第一次text输入1点累加text2为2然后重新输...
Dim a As Integer
Dim b As Integer
a = Text1.Text
b = b + a
text2.text=b
可是为什么第一次text输入1点累加text2为2 然后重新输入4点累加text2又是4了呢 不会累加? 展开
Dim b As Integer
a = Text1.Text
b = b + a
text2.text=b
可是为什么第一次text输入1点累加text2为2 然后重新输入4点累加text2又是4了呢 不会累加? 展开
2个回答
展开全部
你定义a,b这两个变量时,不要在sub中定义,在sub外面定义就行了。
sub command1_click()
Dim a As Integer
Dim b As Integer
X
----------------------------------------
Dim a As Integer
Dim b As Integer
sub command1_click()
sub command1_click()
Dim a As Integer
Dim b As Integer
X
----------------------------------------
Dim a As Integer
Dim b As Integer
sub command1_click()
追问
十个数据在list里面找出最大最小值怎么找 哥哥
追答
遍历一下,就可以了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询