为了下一个项目用的:
对于布尔变量的交互使用
ifNotfirstflagThen
IfNotresThen
dataout.Caption=""'当点击第一个数字时
dataout.Caption=dataout.Caption&Index
Else
dataout.Caption=Index
res=False
EndIf
firstflag=True
Else'当点击不是第一次时
IfNotresThen
'dataout.Caption=""
dataout.Caption=dataout.Caption&Index
Else
dataout.Caption=Index
res=False
EndIf
EndIf
关于不等的应用:
If(dataout.Caption<>"")Then
Endif
错误原因:未写endif
原文链接:https://www.f2er.com/vb/257455.html