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
i = iim1.iimInit("a(0)", true). but it is not working plz help. what is wrong?