【发布时间】:2019-09-05 00:44:20
【问题描述】:
Autohotkey 真的很痛苦,在 C# 中这个简单的东西很容易,但我无法让它与 Autohotkey .ahk 文件一起使用。
ListOfVal:=Arrays() ; Or ListOfVal:=[] | this creates the array <---comment
这个我试过了……
if ListOfVal=null
MsgBox, "testing"
;Ive tried all these too...
;if ListOfVal==null
;if ListOfVal:=null
;if !ListOfVal
;if ListOfVal.MaxIndex()<1
;if ListOfVal.MaxIndex()=-1
你知道我在这里拉头发,请帮忙......
【问题讨论】:
标签: arrays null autohotkey