举报
Do $msgname = InputBox("test", "请输入(数字)", "", " M15", 1, 1, @DesktopWidth / 2 - 95, @DesktopHeight / 2 - 72) if @error=1 Then ExitLoop Until StringIsDigit($msgname) msgbox(0,"",$msgname)
Do $msgname = InputBox("test", "请输入(数字)", "", " M15", 1, 1, @DesktopWidth / 2 - 95, @DesktopHeight / 2 - 72) Until @error = 1 Or StringIsDigit($msgname) msgbox(0,"",$msgname)
原帖由 liongodmien 于 2008-11-24 11:52 发表 [au3] Do $msgname = InputBox("test", "请输入(数字)", "", " M15", 1, 1, @DesktopWidth / 2 - 95, @DesktopHeight / 2 - 72) Until @error = 1 Or StringIsDigit($msgname) msgbox(0,"",$msgname) ...
原帖由 sanhen 于 2008-11-24 00:28 发表 [au3] Do $msgname = InputBox("test", "请输入(数字)", "", " M15", 1, 1, @DesktopWidth / 2 - 95, @DesktopHeight / 2 - 72) if @error=1 Then ExitLoop Until StringIsDigit($msgname) msgbox(0 ...
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-24 07:07 , Processed in 0.072244 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.