vb中怎么将textBox里的值比较 20
3个回答
展开全部
1)数值比较:
If Val(Text1) > Val(Text2) Then
'写执行句
ElseIf Val(Text1) < Val(Text2) Then
'写执行句
ElseIf Val(Text1) <> Val(Text2) Then
'写执行句
ElseIf Val(Text1) = Val(Text2) Then
'写执行句
End If
2)字符串比较:
If Text1 > Text2 Then
'写执行句
ElseIf Text1 < Text2 Then
'写执行句
ElseIf Text1 <> Text2 Then
'写执行句
ElseIf Text1 = Text2 Then
'写执行句
End If
If Val(Text1) > Val(Text2) Then
'写执行句
ElseIf Val(Text1) < Val(Text2) Then
'写执行句
ElseIf Val(Text1) <> Val(Text2) Then
'写执行句
ElseIf Val(Text1) = Val(Text2) Then
'写执行句
End If
2)字符串比较:
If Text1 > Text2 Then
'写执行句
ElseIf Text1 < Text2 Then
'写执行句
ElseIf Text1 <> Text2 Then
'写执行句
ElseIf Text1 = Text2 Then
'写执行句
End If
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询