找回密码
 加入
搜索
查看: 4796|回复: 1

[确认非BUG] 某个UDF的BUG?

[复制链接]
发表于 2011-6-1 12:47:16 | 显示全部楼层 |阅读模式
比如咱某位坛友发的:
#Include <Array.au3>
#Include <WinAPIEx.au3>
$pid = ProcessExists("explorer.exe")
Global $Data = _WinAPI_EnumProcessWindows($pid)
Global $titles[10]
 
For $i=1 To $Data[0][0]
        Local $title = WinGetTitle($Data[$i][0])
        If StringInStr($title,"Microsoft Internet Explore") Then WinClose($Data[$i][0])
        _ArrayPush($titles,$title)
Next
_ArrayDisplay($titles)
在最新的3.3.7.2里编译不通过?因本人太菜,不明白怎么一回事,但在老的一版中正常编译通过。。。
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-4-20 14:08 , Processed in 0.069987 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表