怎样编写出现错误提示而返回
怎样编写出现错误提示而返回不继续执行If GUICtrlRead($x) = 1 Then
If $xx = "" Then
MsgBox(64, "错误", "xx不存在")
EndIf
EndIf
If GUICtrlRead($y) = 1 Then
If $yy = "" Then
MsgBox(64, "错误", "yy不存在")
EndIf
EndIf
RunWait(xx)
RunWait(yy) While1
if check() = 1 then exitloop
wend
RunWait(xx)
RunWait(yy)
func check()
If GUICtrlRead($x) = 1 Then
If $xx = "" Then
MsgBox(64, "错误", "xx不存在")
return -1
EndIf
EndIf
If GUICtrlRead($y) = 1 Then
If $yy = "" Then
MsgBox(64, "错误", "yy不存在")
return -1
EndIf
EndIf
return 1
endfunc 想问下。你判断的XX和YY是控件的值还是只是一个应用程序的运行情况 控件 路径 返回到什么地方还是直接退出 好东西 顶{:1_498:}
页:
[1]