作者:月下小野 | 来源:互联网 | 2023-09-04 20:52
I create code like this
我创建这样的代码
a=Array(-fx,-cr,-ie)
Set iim1= CreateObject ("imacros")
i = iim1.iimInit("a(0)", true)
iret = iim1.iimInit()
iret = iim1.iimSet("row", m)
iret = iim1.iimPlay("hiren")
iret = iim1.iimExit()
End Function
I define the array at a=Array(-fx,-cr,-ie). now i use this array like a(0) in the code like i use here
我将数组定义为a = Array(-fx,-cr,-ie)。现在我在代码中使用这个数组就像一个(0),就像我在这里使用的那样
i = iim1.iimInit("a(0)", true). but it is not working plz help. what is wrong?
i = iim1.iimInit(“a(0)”,true)。但它没有工作PLZ的帮助。哪里不对?
1 个解决方案