可怕的事情发生了..额...
看代码:
x1 = Abs(C_min - Text18.Text)
x2 = Abs(C_max - Text18.Text)
If C_min < Text18.Text Then
Label65.Caption = 0
Label66.Caption = C_ide
Label67.Caption = Format(x2, "0.#####")
Label48.Caption = 0
Label89.Caption = C_ide
z1 = Text17.Text * Label67.Caption / 100
If z1 < 1 Then
Label90.Caption = "0" & z1
Else
Label90.Caption = z1
End If
End If
然后,计算出的结果是完全正确,0也显示出来了,可是....但是....
我修改了text18里的数字,再次点commandclick,结果没变化...额
烦啊...