Select Case里面可以模糊查找吗?
a=jhuhfyrtgselect case a
case "uh"
执行语句1
Case Else
执行语句2
End Select
a=jhuhfyrtg
select case a
case "uh"
执行语句1
Case Else
执行语句2
End Select
[/quote]a=jhuhfyrtg
select case a
case Is > = "*uh*"
执行语句1
Case Else
执行语句2
End Select
页:
[1]